public interface AuthenticationResultHandler
Modifier and Type | Method and Description |
---|---|
void |
process(AuthenticationCriteria ac,
boolean success)
Process the results from an ldap authentication.
|
void process(AuthenticationCriteria ac, boolean success)
ac
- AuthenticationCriteria
used to perform the
authenticationsuccess
- boolean
whether the authentication succeededCopyright © 2016. All rights reserved.