Interface AuthenticationResultHandler
-
public interface AuthenticationResultHandlerAuthenticationResultHandler 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 voidprocess(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-AuthenticationCriteriaused to perform the authenticationsuccess-booleanwhether the authentication succeeded
-
-