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 AuthenticationHandlerResponse
AuthenticationResponse. authenticationHandlerResponse
Result of the authentication operation.Methods in org.ldaptive.auth with parameters of type AuthenticationHandlerResponse Modifier and Type Method Description protected 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)
SearchResponse
SearchEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
protected SearchResponse
WhoAmIEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
LdapEntry
AbstractSearchEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
LdapEntry
AggregateEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
LdapEntry
EntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.LdapEntry
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
AuthenticationResponse.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.
-