Uses of Class
org.ldaptive.auth.AuthenticationCriteria
Packages that use AuthenticationCriteria
-
Uses of AuthenticationCriteria in org.ldaptive.auth
Methods in org.ldaptive.auth with parameters of type AuthenticationCriteriaModifier and TypeMethodDescriptionAbstractAuthenticationHandler.authenticate
(AuthenticationCriteria ac) AggregateAuthenticationHandler.authenticate
(AuthenticationCriteria criteria) 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) Returns a filter template usingAbstractSearchEntryResolver.userFilter
andAbstractSearchEntryResolver.userFilterParameters
.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) SearchEntryResolver.performLdapSearch
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected SearchResponse
WhoAmIEntryResolver.performLdapSearch
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected RequestControl[]
AbstractAuthenticationHandler.processRequestControls
(AuthenticationCriteria criteria) Combines request controls in theAuthenticationRequest
withAbstractAuthenticationHandler.authenticationControls
.AbstractSearchEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) AggregateEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) EntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.NoOpEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected LdapEntry
Authenticator.resolveEntry
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Attempts to find the ldap entry for the supplied DN.