AbstractAuthenticationHandler |
Base class for an LDAP authentication implementations.
|
AbstractSearchEntryResolver |
Base implementation for search entry resolvers.
|
AccountState |
Represents the state of an LDAP account based on account policies for that LDAP.
|
AccountState.DefaultWarning |
Default warning implementation.
|
AddControlAuthenticationRequestHandler |
|
AggregateAuthenticationHandler |
|
AggregateAuthenticationHandler.Builder |
|
AggregateAuthenticationResponseHandler |
|
AggregateAuthenticationResponseHandler.Builder |
|
AggregateDnResolver |
Looks up a user's DN using multiple DN resolvers.
|
AggregateDnResolver.Builder |
|
AggregateEntryResolver |
|
AggregateEntryResolver.Builder |
|
AuthenticationCriteria |
Contains the properties used to perform authentication.
|
AuthenticationHandlerResponse |
Response object for authentication handlers.
|
AuthenticationHandlerResponse.Builder |
|
AuthenticationRequest |
Contains the data required to perform an ldap authentication.
|
AuthenticationRequest.Builder |
Authentication request builder.
|
AuthenticationResponse |
Synthetic response object that encapsulates data used for authentication.
|
AuthenticationResponse.Builder |
|
Authenticator |
Provides functionality to authenticate users against an ldap directory.
|
Authenticator.Builder |
Authenticator builder.
|
AuthorizationIdentityEntryResolver |
Reads the authorization identity response control, then performs an object level search on the result.
|
CompareAuthenticationHandler |
Provides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.
|
CompareAuthenticationHandler.Scheme |
Represents a password scheme used for attribute comparison.
|
FormatDnResolver |
Returns a DN by applying a formatter.
|
NoOpDnResolver |
Returns a DN that is the user identifier.
|
NoOpEntryResolver |
Returns an LDAP entry that contains only the DN that was supplied to it.
|
SearchDnResolver |
Base implementation for search dn resolvers.
|
SearchDnResolver.Builder |
Search DN resolver builder.
|
SearchEntryResolver |
Looks up the LDAP entry associated with a user.
|
SimpleBindAuthenticationHandler |
Provides an LDAP authentication implementation that leverages the LDAP bind operation.
|
User |
Encapsulates the data needed to perform authentication for a user.
|
WhoAmIEntryResolver |
Executes the whoami extended operation on the authenticated connection, then performs an object level search
on the result.
|