Uses of Interface
edu.vt.middleware.ldap.auth.handler.AuthenticationHandler

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

Uses of AuthenticationHandler in edu.vt.middleware.ldap.auth
 

Methods in edu.vt.middleware.ldap.auth that return AuthenticationHandler
 AuthenticationHandler AuthenticatorConfig.getAuthenticationHandler()
          This returns the authentication handler.
 

Methods in edu.vt.middleware.ldap.auth with parameters of type AuthenticationHandler
 void AuthenticatorConfig.setAuthenticationHandler(AuthenticationHandler handler)
          This sets the authentication handler.
 

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

Classes in edu.vt.middleware.ldap.auth.handler that implement AuthenticationHandler
 class AbstractAuthenticationHandler
          AbstractAuthenticationHandler provides a base implementation for authentication handlers.
 class BindAuthenticationHandler
          BindAuthenticationHandler provides an LDAP authentication implementation that leverages the LDAP bind operation.
 class CompareAuthenticationHandler
          CompareAuthenticationHandler provides an LDAP authentication implementation that leverages a compare operation against the userPassword attribute.
 

Methods in edu.vt.middleware.ldap.auth.handler that return AuthenticationHandler
 AuthenticationHandler AuthenticationHandler.newInstance()
          Returns a separate instance of this authentication handler.
abstract  AuthenticationHandler AbstractAuthenticationHandler.newInstance()
          Returns a separate instance of this authentication handler.
 



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