| 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 Java
Principal usage. |
| Class and 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.
|
| SubjectCanonicalizationContext
A
BaseContext that holds an input Subject to canonicalize into a
principal name. |
| Class and 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, usually attached to
AuthenticationContext, that carries a Certificate to be
validated. |
| 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. |
| 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. |
| Class and Description |
|---|
| SubjectContext
A
BaseContext that holds information about the subject of a transaction. |
| Class and 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.
|
Copyright © 1999–2015. All rights reserved.