Uses of Class
org.ldaptive.auth.AuthenticationHandlerResponse
Packages that use AuthenticationHandlerResponse
-
Uses of AuthenticationHandlerResponse in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticationHandlerResponseModifier and TypeFieldDescriptionprivate AuthenticationHandlerResponse
AuthenticationResponse.authenticationHandlerResponse
Result of the authentication operation.Methods in org.ldaptive.auth that return AuthenticationHandlerResponseModifier and TypeMethodDescriptionAbstractAuthenticationHandler.authenticate
(AuthenticationCriteria ac) AggregateAuthenticationHandler.authenticate
(AuthenticationCriteria criteria) AuthenticationHandler.authenticate
(AuthenticationCriteria criteria) Perform an ldap authentication.protected abstract AuthenticationHandlerResponse
AbstractAuthenticationHandler.authenticateInternal
(Connection c, AuthenticationCriteria criteria) Authenticate on the supplied connection using the supplied criteria.protected AuthenticationHandlerResponse
CompareAuthenticationHandler.authenticateInternal
(Connection c, AuthenticationCriteria criteria) protected AuthenticationHandlerResponse
SimpleBindAuthenticationHandler.authenticateInternal
(Connection c, AuthenticationCriteria criteria) AuthenticationResponse.getAuthenticationHandlerResponse()
Methods in org.ldaptive.auth with parameters of type AuthenticationHandlerResponseModifier and TypeMethodDescriptionprotected abstract SearchResponse
AbstractSearchEntryResolver.performLdapSearch
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Executes an ldap search with the supplied authentication criteria.protected SearchResponse
AuthorizationIdentityEntryResolver.performLdapSearch
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) SearchEntryResolver.performLdapSearch
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected SearchResponse
WhoAmIEntryResolver.performLdapSearch
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) AbstractSearchEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) AggregateEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) EntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.NoOpEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected LdapEntry
Authenticator.resolveEntry
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Attempts to find the ldap entry for the supplied DN.AuthenticationResponse.Builder.response
(AuthenticationHandlerResponse response) Constructors in org.ldaptive.auth with parameters of type AuthenticationHandlerResponseModifierConstructorDescriptionAuthenticationResponse
(AuthenticationHandlerResponse response, String dn, LdapEntry entry) Creates a new authentication response.