|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationCriteria | |
|---|---|
| org.ldaptive.auth | |
| Uses of AuthenticationCriteria in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth with parameters of type AuthenticationCriteria | |
|---|---|
AuthenticationHandlerResponse |
AbstractAuthenticationHandler.authenticate(AuthenticationCriteria ac)
Perform an ldap authentication. |
AuthenticationHandlerResponse |
AggregateDnResolver.AuthenticationHandler.authenticate(AuthenticationCriteria criteria)
Perform an ldap authentication. |
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 |
AbstractCompareAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria. |
protected AuthenticationHandlerResponse |
PooledBindAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria. |
protected AuthenticationHandlerResponse |
BindAuthenticationHandler.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 |
AbstractSearchEntryResolver.createSearchRequest(AuthenticationCriteria ac,
String[] returnAttributes)
Deprecated. use AbstractSearchEntryResolver.createSearchRequest(AuthenticationCriteria) |
SearchResult |
SearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected SearchResult |
PooledSearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected SearchResult |
WhoAmIEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected abstract SearchResult |
AbstractSearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected RequestControl[] |
AbstractAuthenticationHandler.processRequestControls(AuthenticationCriteria criteria)
Combines request controls in the AuthenticationRequest with AbstractAuthenticationHandler.authenticationControls. |
LdapEntry |
NoOpEntryResolver.resolve(Connection conn,
AuthenticationCriteria ac)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
LdapEntry |
EntryResolver.resolve(Connection conn,
AuthenticationCriteria criteria)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
LdapEntry |
AbstractSearchEntryResolver.resolve(Connection conn,
AuthenticationCriteria ac)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
protected LdapEntry |
Authenticator.resolveEntry(AuthenticationRequest request,
AuthenticationHandlerResponse response,
AuthenticationCriteria criteria)
Attempts to find the ldap entry for the supplied DN. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||