Uses of Package
org.ldaptive.auth
-
Packages that use org.ldaptive.auth Package Description org.ldaptive.auth org.ldaptive.auth.ext org.ldaptive.control org.ldaptive.jaas org.ldaptive.props -
Classes in org.ldaptive.auth used by org.ldaptive.auth Class Description 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.Error Contains error information for an account state.AccountState.Warning Contains warning information for an account state.AddControlAuthenticationRequestHandler.ControlFactory Factory that producesRequestControl
s.AggregateAuthenticationHandler Used in conjunction with anAggregateDnResolver
to authenticate the resolved DN.AggregateAuthenticationHandler.Builder AggregateAuthenticationResponseHandler Used in conjunction with anAggregateDnResolver
to execute a list of response handlers.AggregateAuthenticationResponseHandler.Builder AggregateDnResolver Looks up a user's DN using multiple DN resolvers.AggregateDnResolver.Builder AggregateEntryResolver Used in conjunction with anAggregateDnResolver
to resolve an entry.AggregateEntryResolver.Builder AuthenticationCriteria Contains the properties used to perform authentication.AuthenticationHandler Provides an interface for LDAP authentication implementations.AuthenticationHandlerResponse Response object for authentication handlers.AuthenticationHandlerResponse.Builder AuthenticationRequest Contains the data required to perform an ldap authentication.AuthenticationRequest.Builder Authentication request builder.AuthenticationRequestHandler Provides pre authentication handling of authentication requests.AuthenticationResponse Synthetic response object that encapsulates data used for authentication.AuthenticationResponse.Builder AuthenticationResponseHandler Provides post authentication handling of authentication responses.AuthenticationResultCode Enum to define authentication results.Authenticator Provides functionality to authenticate users against an ldap directory.Authenticator.Builder Authenticator builder.CompareAuthenticationHandler.Scheme Represents a password scheme used for attribute comparison.DnResolver Provides an interface for finding LDAP DNs with a user identifier.EntryResolver Provides an interface for finding a user's ldap entry after a successful authentication.SearchDnResolver Base implementation for search dn resolvers.SearchDnResolver.Builder Search DN resolver builder.User Encapsulates the data needed to perform authentication for a user. -
Classes in org.ldaptive.auth used by org.ldaptive.auth.ext Class Description AccountState Represents the state of an LDAP account based on account policies for that LDAP.AccountState.Error Contains error information for an account state.AddControlAuthenticationRequestHandler Authentication request handler that addsRequestControl
s to theAuthenticationRequest
.AuthenticationRequestHandler Provides pre authentication handling of authentication requests.AuthenticationResponse Synthetic response object that encapsulates data used for authentication.AuthenticationResponseHandler Provides post authentication handling of authentication responses. -
Classes in org.ldaptive.auth used by org.ldaptive.control Class Description AccountState.Error Contains error information for an account state. -
Classes in org.ldaptive.auth used by org.ldaptive.jaas Class Description AuthenticationRequest Contains the data required to perform an ldap authentication.Authenticator Provides functionality to authenticate users against an ldap directory. -
Classes in org.ldaptive.auth used by org.ldaptive.props Class Description AuthenticationRequest Contains the data required to perform an ldap authentication.Authenticator Provides functionality to authenticate users against an ldap directory.CompareAuthenticationHandler Provides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.SearchDnResolver Base implementation for search dn resolvers.SearchEntryResolver Looks up the LDAP entry associated with a user.SimpleBindAuthenticationHandler Provides an LDAP authentication implementation that leverages the LDAP bind operation.