Interface AuthenticationResultHandler
-
public interface AuthenticationResultHandler
AuthenticationResultHandler provides post processing of authentication results.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 authenticationsuccess
-boolean
whether the authentication succeeded
-
-