Package net.shibboleth.idp.authn.context
Context classes for managing authentication-related state.
-
Class Summary Class Description AuthenticationContext A context representing the state of an authentication attempt, this is the primary input/output context for the action flow responsible for authentication, and within that flow, the individual flows that carry out a specific kind of authentication.AuthenticationErrorContext A context that holds information about authentication failures.AuthenticationWarningContext A context that holds information about authentication warnings.CertificateContext Context that carries aCertificate
to be validated.ExternalAuthenticationContext A context representing the state of an externalized authentication attempt, a case where authentication happens outside of a web flow.KerberosTicketContext Context that carries aKerberosTicket
to be validated.LDAPResponseContext A context containing data about an LDAP authentication operation.LockoutManagerContext A context that holds information about a management operation on anAccountLockoutManager
.MultiFactorAuthenticationContext A context that holds information about the intermediate state of the multi-factor login flow.PreferredPrincipalContext A context that holds information about an authentication request's preference for a specific customPrincipal
.RequestedPrincipalContext A context that holds information about an authentication request's requirement for a specific customPrincipal
.SubjectCanonicalizationContext A context that holds an inputSubject
to canonicalize into a principal name, and the collection of c14n flows to attempt.SubjectContext A context that holds information about the subject of a request.UserAgentContext A context containing data about the user agent.UsernameContext Context that carries a username (without a password) to be validated.UsernamePasswordContext Context that carries a username/password pair to be validated.