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 RemotelyAuthenticatedContext
AuthenticationResult. 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 RemotelyAuthenticatedContext
RemoteSandboxAuthnContext. getAuthnContext()
static RemotelyAuthenticatedContext
RemotelyAuthenticatedContext. getLocalContext()
RemotelyAuthenticatedContext
UnknownRemoteUserException. getRemoteContext()
RemotelyAuthenticatedContext
RemoteAuthnResultProcessor. 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 AuthenticationResult
RemoteAuthnResultProcessor. assembleAuthenticationResult(RemotelyAuthenticatedContext remoteContext)
Tries to resolve the primary identity from the previously createdRemotelyAuthenticatedContext
(usually via#processRemoteInput(RemotelyAuthenticatedInput)
) and returns a finalAuthenticationResult
depending on the success of this action.static boolean
RemotelyAuthenticatedContext. 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)
-