Package pl.edu.icm.unity.engine.api.authn.remote
Remote authentication API
- Author:
- K. Benedyczak
-
Interface Summary Interface Description RemoteAuthnResponseProcessor Process remotely obtained authentication data (RedirectedAuthnState
), to obtain the final decision.RemoteAuthnResultTranslator ProcessesRemotelyAuthenticatedInput
by applying a translation profile to it and returnsRemotelyAuthenticatedPrincipal
orAuthenticationResult
depending whether caller wants to have a possibility to postprocess the translation profile output or not. -
Class Summary Class Description AbstractRemoteVerificator Minor helper for remote verificators to properly callRemoteAuthnResultTranslator
AuthenticationTriggeringContext RedirectedAuthnState Base class for storing some context information related to external login using a redirect.RelayedAuthnState Base class for storing some context information related to external login using relay state.RemoteAttribute Generic representation of a remotely obtained attribute.RemoteAuthenticationContextManagement<T extends RelayedAuthnState> Maintains a map of remote authentication contexts matched by some string key.RemoteGroupMembership Represents a remote group membershipRemoteIdentity Represents a remote identityRemoteInformationBase Generic representation of a remotely obtained information, used for subclassing.RemotelyAuthenticatedInput Holds a raw information obtained from an upstream IdP.RemotelyAuthenticatedPrincipal Holds information about a user which was obtained and verified by a remote upstream IdP.RemoteSandboxAuthnContext Stores full information on the remote sandboxed authentication.SharedRemoteAuthenticationContextStore -
Exception Summary Exception Description RemoteAuthenticationContextManagement.UnboundRelayStateException UnknownRemoteUserException Thrown on authentication problem, when the user is properly authenticated remotely but is unknown in the local DB (after a complete translation profile execution).