Uses of Package
net.shibboleth.idp.authn.context
-
Packages that use net.shibboleth.idp.authn.context Package Description net.shibboleth.idp.authn APIs related to the authentication of a subject.net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.context.navigate Functions for traversing authentication contexts.net.shibboleth.idp.authn.principal Classes supporting JavaPrincipalusage. -
Classes in net.shibboleth.idp.authn.context used by net.shibboleth.idp.authn 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.ExternalAuthenticationContext A context representing the state of an externalized authentication attempt, a case where authentication happens outside of a web flow.RequestedPrincipalContext A context that holds information about an authentication request's requirement for a specific customPrincipal.SubjectCanonicalizationContext A context that holds an inputSubjectto canonicalize into a principal name, and the collection of c14n flows to attempt.UsernamePasswordContext Context that carries a username/password pair to be validated. -
Classes in net.shibboleth.idp.authn.context used by net.shibboleth.idp.authn.context 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.CertificateContext Context that carries aCertificateto 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 aKerberosTicketto 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 inputSubjectto 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. -
Classes in net.shibboleth.idp.authn.context used by net.shibboleth.idp.authn.context.navigate 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.RequestedPrincipalContext A context that holds information about an authentication request's requirement for a specific customPrincipal.SubjectCanonicalizationContext A context that holds an inputSubjectto 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. -
Classes in net.shibboleth.idp.authn.context used by net.shibboleth.idp.authn.principal 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.