Uses of Class
edu.vt.middleware.ldap.auth.handler.AuthenticationCriteria

Packages that use AuthenticationCriteria
edu.vt.middleware.ldap.auth.handler   
 

Uses of AuthenticationCriteria in edu.vt.middleware.ldap.auth.handler
 

Methods in edu.vt.middleware.ldap.auth.handler with parameters of type AuthenticationCriteria
 void CompareAuthenticationHandler.authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
          Perform an ldap authentication. Implementations should throw AuthenticationException to indicate an authentication failure. The resulting LdapContext can be retrieved from the connection handler if it is needed.
 void BindAuthenticationHandler.authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
          Perform an ldap authentication. Implementations should throw AuthenticationException to indicate an authentication failure. The resulting LdapContext can be retrieved from the connection handler if it is needed.
 void AuthenticationHandler.authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
          Perform an ldap authentication.
abstract  void AbstractAuthenticationHandler.authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
          Perform an ldap authentication.
 void AuthenticationResultHandler.process(AuthenticationCriteria ac, boolean success)
          Process the results from an ldap authentication.
 void CompareAuthorizationHandler.process(AuthenticationCriteria ac, LdapContext ctx)
          Process an authorization after an ldap authentication.
 void AuthorizationHandler.process(AuthenticationCriteria ac, LdapContext ctx)
          Process an authorization after an ldap authentication.
 



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