Uses of Class
org.ldaptive.auth.AuthenticationHandlerResponse

Packages that use AuthenticationHandlerResponse
org.ldaptive.auth   
 

Uses of AuthenticationHandlerResponse in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return AuthenticationHandlerResponse
 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.
 

Methods in org.ldaptive.auth with parameters of type AuthenticationHandlerResponse
protected  LdapEntry Authenticator.resolveEntry(AuthenticationRequest request, AuthenticationHandlerResponse response, AuthenticationCriteria criteria)
          Attempts to find the ldap entry for the supplied DN.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.