Package | Description |
---|---|
org.ldaptive.auth |
Modifier and Type | Method and Description |
---|---|
AuthenticationHandlerResponse |
AuthenticationHandler.authenticate(AuthenticationCriteria criteria)
Perform an ldap authentication.
|
AuthenticationHandlerResponse |
AggregateDnResolver.AuthenticationHandler.authenticate(AuthenticationCriteria criteria) |
AuthenticationHandlerResponse |
AbstractAuthenticationHandler.authenticate(AuthenticationCriteria ac) |
protected AuthenticationHandlerResponse |
BindAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria) |
protected AuthenticationHandlerResponse |
PooledBindAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria) |
protected AuthenticationHandlerResponse |
AbstractCompareAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria) |
protected abstract AuthenticationHandlerResponse |
AbstractAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria.
|
protected SearchFilter |
AbstractSearchEntryResolver.createSearchFilter(AuthenticationCriteria ac)
Returns a search filter using
AbstractSearchEntryResolver.userFilter and AbstractSearchEntryResolver.userFilterParameters . |
protected SearchRequest |
AbstractSearchEntryResolver.createSearchRequest(AuthenticationCriteria ac)
Returns a search request for the supplied authentication criteria.
|
protected SearchRequest |
WhoAmIEntryResolver.createSearchRequest(AuthenticationCriteria ac,
String dn)
Returns a search request for an object level search for the supplied DN.
|
protected SearchRequest |
AuthorizationIdentityEntryResolver.createSearchRequest(AuthenticationCriteria ac,
String dn)
Returns a search request for an object level search for the supplied DN.
|
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) |
protected RequestControl[] |
AbstractAuthenticationHandler.processRequestControls(AuthenticationCriteria criteria)
Combines request controls in the
AuthenticationRequest with AbstractAuthenticationHandler.authenticationControls . |
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.