Package | Description |
---|---|
org.ldaptive.auth |
Modifier and Type | Method and Description |
---|---|
protected abstract SearchResult |
AbstractSearchEntryResolver.performLdapSearch(AuthenticationCriteria criteria,
AuthenticationHandlerResponse response)
Executes an ldap search with the supplied authentication criteria.
|
protected SearchResult |
WhoAmIEntryResolver.performLdapSearch(AuthenticationCriteria criteria,
AuthenticationHandlerResponse response) |
protected SearchResult |
PooledSearchEntryResolver.performLdapSearch(AuthenticationCriteria criteria,
AuthenticationHandlerResponse response) |
SearchResult |
SearchEntryResolver.performLdapSearch(AuthenticationCriteria criteria,
AuthenticationHandlerResponse response) |
protected SearchResult |
AuthorizationIdentityEntryResolver.performLdapSearch(AuthenticationCriteria criteria,
AuthenticationHandlerResponse response) |
LdapEntry |
AbstractSearchEntryResolver.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 |
AggregateDnResolver.EntryResolver.resolve(AuthenticationCriteria criteria,
AuthenticationHandlerResponse 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.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.