edu.vt.middleware.ldap.auth.handler
Interface AuthenticationResultHandler
public interface AuthenticationResultHandler
AuthenticationResultHandler provides post processing of authentication
results.
- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
process
void process(AuthenticationCriteria ac,
boolean success)
- Process the results from an ldap authentication.
- Parameters:
ac - AuthenticationCriteria used to perform the
authenticationsuccess - boolean whether the authentication succeeded
Copyright © 2003-2010 Virginia Tech. All Rights Reserved.