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 AuthenticationHandlerResponseAuthenticationResponse.authenticationHandlerResponseResult 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 AuthenticationHandlerResponseAbstractAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) Authenticate on the supplied connection using the supplied criteria.protected AuthenticationHandlerResponseCompareAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) protected AuthenticationHandlerResponseSimpleBindAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) AuthenticationResponse.getAuthenticationHandlerResponse()Return authentication handler response.Methods in org.ldaptive.auth with parameters of type AuthenticationHandlerResponseModifier and TypeMethodDescriptionprotected abstract SearchResponseAbstractSearchEntryResolver.performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Executes an ldap search with the supplied authentication criteria.protected SearchResponseAuthorizationIdentityEntryResolver.performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) SearchEntryResolver.performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected SearchResponseWhoAmIEntryResolver.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) private LdapEntryAuthenticator.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.