Uses of Class
org.ldaptive.auth.AuthenticationHandlerResponse
-
Packages that use AuthenticationHandlerResponse Package Description org.ldaptive.auth -
-
Uses of AuthenticationHandlerResponse in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticationHandlerResponse Modifier and Type Field Description private AuthenticationHandlerResponseAuthenticationResponse. authenticationHandlerResponseResult of the authentication operation.Methods in org.ldaptive.auth with parameters of type AuthenticationHandlerResponse Modifier and Type Method Description protected abstract SearchResponseAbstractSearchEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)Executes an ldap search with the supplied authentication criteria.protected SearchResponseAuthorizationIdentityEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)SearchResponseSearchEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)protected SearchResponseWhoAmIEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)LdapEntryAbstractSearchEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)LdapEntryAggregateEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)LdapEntryEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.LdapEntryNoOpEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)private LdapEntryAuthenticator. resolveEntry(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)Attempts to find the ldap entry for the supplied DN.AuthenticationResponse.BuilderAuthenticationResponse.Builder. response(AuthenticationHandlerResponse response)Constructors in org.ldaptive.auth with parameters of type AuthenticationHandlerResponse Constructor Description AuthenticationResponse(AuthenticationHandlerResponse response, String dn, LdapEntry entry)Creates a new authentication response.
-