AuthenticationHandlerResponse |
AbstractAuthenticationHandler.authenticate(AuthenticationCriteria ac) |
|
AuthenticationHandlerResponse |
AggregateAuthenticationHandler.authenticate(AuthenticationCriteria criteria) |
|
AuthenticationHandlerResponse |
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) |
|
protected FilterTemplate |
AbstractSearchEntryResolver.createFilterTemplate(AuthenticationCriteria ac) |
|
protected SearchRequest |
AbstractSearchEntryResolver.createSearchRequest(AuthenticationCriteria ac) |
Returns a search request for the supplied authentication criteria.
|
protected SearchRequest |
AuthorizationIdentityEntryResolver.createSearchRequest(AuthenticationCriteria ac,
String dn) |
Returns a search request for an object level search for the supplied DN.
|
protected SearchRequest |
WhoAmIEntryResolver.createSearchRequest(AuthenticationCriteria ac,
String dn) |
Returns a search request for an object level search for the supplied DN.
|
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) |
|
protected RequestControl[] |
AbstractAuthenticationHandler.processRequestControls(AuthenticationCriteria criteria) |
|
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.
|