org.ldaptive.auth.ext
Class PasswordExpirationAuthenticationResponseHandler

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

public class PasswordExpirationAuthenticationResponseHandler
extends Object
implements AuthenticationResponseHandler

Attempts to parse the authentication response and set the account state using data associated with the password expiring and password expired controls. See http://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00.

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

Field Summary
protected  org.slf4j.Logger logger
          Logger for this class.
 
Constructor Summary
PasswordExpirationAuthenticationResponseHandler()
           
 
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
 

Field Detail

logger

protected final org.slf4j.Logger logger
Logger for this class.

Constructor Detail

PasswordExpirationAuthenticationResponseHandler

public PasswordExpirationAuthenticationResponseHandler()
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.