org.ldaptive.auth
Interface AuthenticationResponseHandler

All Known Implementing Classes:
ActiveDirectoryAuthenticationResponseHandler, EDirectoryAuthenticationResponseHandler, FreeIPAAuthenticationResponseHandler, PasswordExpirationAuthenticationResponseHandler, PasswordPolicyAuthenticationResponseHandler

public interface AuthenticationResponseHandler

Provides post authentication handling of authentication responses.

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

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

Method Detail

handle

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

Parameters:
response - produced from an authentication
Throws:
LdapException - if an error occurs handling an authentication response


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