org.ldaptive.auth.ext
Class ActiveDirectoryAuthenticationResponseHandler

java.lang.Object
  extended by org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
All Implemented Interfaces:
AuthenticationResponseHandler

public class ActiveDirectoryAuthenticationResponseHandler
extends Object
implements AuthenticationResponseHandler

Attempts to parse the authentication response message and set the account state using data associated with active directory.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Constructor Summary
ActiveDirectoryAuthenticationResponseHandler()
          Default constructor.
ActiveDirectoryAuthenticationResponseHandler(long passwordAge)
          Creates a new active directory authentication response handler.
 
Method Summary
 void handle(AuthenticationResponse response)
          Handle the response from an ldap authentication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveDirectoryAuthenticationResponseHandler

public ActiveDirectoryAuthenticationResponseHandler()
Default constructor.


ActiveDirectoryAuthenticationResponseHandler

public ActiveDirectoryAuthenticationResponseHandler(long passwordAge)
Creates a new active directory authentication response handler.

Parameters:
passwordAge - length of time in milliseconds that a password is valid
Method Detail

handle

public void handle(AuthenticationResponse response)
Handle the response from an ldap authentication.

Specified by:
handle in interface AuthenticationResponseHandler
Parameters:
response - produced from an authentication


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