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


public interface AuthenticationResultHandler

AuthenticationResultHandler provides post processing of authentication results.

Version:
$Revision: 1330 $
Author:
Middleware Services

Method Summary
 void process(AuthenticationCriteria ac, boolean success)
          Process the results from an ldap authentication.
 

Method Detail

process

void process(AuthenticationCriteria ac,
             boolean success)
Process the results from an ldap authentication.

Parameters:
ac - AuthenticationCriteria used to perform the authentication
success - boolean whether the authentication succeeded


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