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

Packages that use AuthenticationResultHandler
edu.vt.middleware.ldap.auth   
edu.vt.middleware.ldap.jaas   
 

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

Methods in edu.vt.middleware.ldap.auth that return AuthenticationResultHandler
 AuthenticationResultHandler[] AuthenticatorConfig.getAuthenticationResultHandlers()
          This returns the handlers to use for processing authentications.
 

Methods in edu.vt.middleware.ldap.auth with parameters of type AuthenticationResultHandler
 boolean Authenticator.authenticate(String user, Object credential, AuthenticationResultHandler[] authHandler, AuthorizationHandler[] authzHandler)
          This will authenticate by binding to the LDAP with the supplied user and credential.
 Attributes Authenticator.authenticate(String user, Object credential, String[] retAttrs, AuthenticationResultHandler[] authHandler, AuthorizationHandler[] authzHandler)
          This will authenticate by binding to the LDAP with the supplied user and credential.
protected  boolean AbstractAuthenticator.authenticateAndAuthorize(String dn, Object credential, AuthenticationResultHandler[] authResultHandler, AuthorizationHandler[] authzHandler)
          This will authenticate by binding to the LDAP with the supplied dn and credential.
protected  Attributes AbstractAuthenticator.authenticateAndAuthorize(String dn, Object credential, boolean searchAttrs, String[] retAttrs, AuthenticationResultHandler[] authResultHandler, AuthorizationHandler[] authzHandler)
          This will authenticate by binding to the LDAP with the supplied dn and credential.
 void AuthenticatorConfig.setAuthenticationResultHandlers(AuthenticationResultHandler[] handlers)
          This sets the handlers for processing authentications.
 

Uses of AuthenticationResultHandler in edu.vt.middleware.ldap.jaas
 

Methods in edu.vt.middleware.ldap.jaas with parameters of type AuthenticationResultHandler
 Attributes JaasAuthenticator.authenticate(String user, Object credential, String[] retAttrs, AuthenticationResultHandler[] authHandler, AuthorizationHandler[] authzHandler)
          This will authenticate by binding to the LDAP with the supplied user and credential.
 



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