Uses of Class
pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedContext
-
Packages that use RemotelyAuthenticatedContext Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of RemotelyAuthenticatedContext in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return RemotelyAuthenticatedContext Modifier and Type Method Description RemotelyAuthenticatedContextAuthenticationResult. getRemoteAuthnContext()Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type RemotelyAuthenticatedContext Constructor Description AuthenticationResult(AuthenticationResult.Status status, RemotelyAuthenticatedContext remoteAuthnContext, AuthenticatedEntity authenticatedEntity)Used by remote verificators -
Uses of RemotelyAuthenticatedContext in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return RemotelyAuthenticatedContext Modifier and Type Method Description RemotelyAuthenticatedContextRemoteSandboxAuthnContext. getAuthnContext()static RemotelyAuthenticatedContextRemotelyAuthenticatedContext. getLocalContext()RemotelyAuthenticatedContextUnknownRemoteUserException. getRemoteContext()RemotelyAuthenticatedContextRemoteAuthnResultProcessor. processRemoteInput(RemotelyAuthenticatedInput input, pl.edu.icm.unity.types.translation.TranslationProfile profile, boolean dryRun, java.util.Optional<pl.edu.icm.unity.types.basic.IdentityTaV> identity)Invokes the configured translation profile on the remotely obtained authentication input.Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemotelyAuthenticatedContext Modifier and Type Method Description AuthenticationResultRemoteAuthnResultProcessor. assembleAuthenticationResult(RemotelyAuthenticatedContext remoteContext)Tries to resolve the primary identity from the previously createdRemotelyAuthenticatedContext(usually via#processRemoteInput(RemotelyAuthenticatedInput)) and returns a finalAuthenticationResultdepending on the success of this action.static booleanRemotelyAuthenticatedContext. isLocalContext(RemotelyAuthenticatedContext ctx)Constructors in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemotelyAuthenticatedContext Constructor Description RemoteSandboxAuthnContext(RemotelyAuthenticatedContext authnResult, java.lang.String logs)
-