Uses of Interface
org.ldaptive.auth.AuthenticationResponseHandler

Packages that use AuthenticationResponseHandler
org.ldaptive.auth   
org.ldaptive.auth.ext   
 

Uses of AuthenticationResponseHandler in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return AuthenticationResponseHandler
 AuthenticationResponseHandler[] Authenticator.getAuthenticationResponseHandlers()
          Returns the authentication response handlers.
 

Methods in org.ldaptive.auth with parameters of type AuthenticationResponseHandler
 void Authenticator.setAuthenticationResponseHandlers(AuthenticationResponseHandler... handlers)
          Sets the authentication response handlers.
 

Uses of AuthenticationResponseHandler in org.ldaptive.auth.ext
 

Classes in org.ldaptive.auth.ext that implement AuthenticationResponseHandler
 class ActiveDirectoryAuthenticationResponseHandler
          Attempts to parse the authentication response message and set the account state using data associated with active directory.
 class EDirectoryAuthenticationResponseHandler
          Attempts to parse the authentication response and set the account state using data associated with eDirectory.
 class PasswordExpirationAuthenticationResponseHandler
          Attempts to parse the authentication response and set the account state using data associated with the password expiring and password expired controls.
 class PasswordPolicyAuthenticationResponseHandler
          Attempts to parse the authentication response message and set the account state using data associated with a password policy control.
 



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