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 AuthenticationHandlerResponseAbstractAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) Authenticate on the supplied connection using the supplied criteria.protected AuthenticationHandlerResponseCompareAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) protected AuthenticationHandlerResponseSimpleBindAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) protected FilterTemplateAbstractSearchEntryResolver.createFilterTemplate(AuthenticationCriteria ac) Returns a filter template usingAbstractSearchEntryResolver.userFilterandAbstractSearchEntryResolver.userFilterParameters.protected SearchRequestAbstractSearchEntryResolver.createSearchRequest(AuthenticationCriteria ac) Returns a search request for the supplied authentication criteria.protected SearchRequestAuthorizationIdentityEntryResolver.createSearchRequest(AuthenticationCriteria ac, String dn) Returns a search request for an object level search for the supplied DN.protected SearchRequestWhoAmIEntryResolver.createSearchRequest(AuthenticationCriteria ac, String dn) Returns a search request for an object level search for the supplied DN.protected abstract SearchResponseAbstractSearchEntryResolver.performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Executes an ldap search with the supplied authentication criteria.protected SearchResponseAuthorizationIdentityEntryResolver.performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) SearchEntryResolver.performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected SearchResponseWhoAmIEntryResolver.performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected RequestControl[]AbstractAuthenticationHandler.processRequestControls(AuthenticationCriteria criteria) Combines request controls in theAuthenticationRequestwithAbstractAuthenticationHandler.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) private LdapEntryAuthenticator.resolveEntry(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Attempts to find the ldap entry for the supplied DN.