See: Description
| 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
BaseContext, usually attached to AuthenticationContext,
that holds information about authentication failures. |
| AuthenticationWarningContext |
A
BaseContext, usually attached to AuthenticationContext,
that holds information about authentication warnings. |
| CertificateContext |
Context, usually attached to
AuthenticationContext, that carries a Certificate 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, usually attached to
AuthenticationContext, that carries a KerberosTicket to be
validated. |
| LDAPResponseContext |
A context, usually attached to
AuthenticationContext, containing data about an LDAP authentication operation. |
| RequestedPrincipalContext |
A
BaseContext that holds information about an authentication request's
requirement for a specific custom Principal. |
| SubjectCanonicalizationContext |
A
BaseContext that holds an input Subject to canonicalize into a
principal name. |
| SubjectContext |
A
BaseContext that holds information about the subject of a transaction. |
| UserAgentContext |
A context, usually attached to
AuthenticationContext, containing data about the user agent. |
| UsernameContext |
Context, usually attached to
AuthenticationContext,
that carries a username (without a password) to be validated. |
| UsernamePasswordContext |
Context, usually attached to
AuthenticationContext,
that carries a username/password pair to be validated. |
Copyright © 1999–2015. All rights reserved.