public interface AccountStateHandler
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
handle(org.ldaptive.auth.AuthenticationResponse response,
LdapPasswordPolicyConfiguration configuration)
Handles the account state producing an error or warning messages as appropriate to the state.
|
List<Message> handle(org.ldaptive.auth.AuthenticationResponse response, LdapPasswordPolicyConfiguration configuration) throws LoginException
response - LDAP authentication response containing attributes, response controls, and account state that
can be used to determine user account state.configuration - Password policy configuration.LoginException - When account state causes authentication failure.Copyright © 2004-2015 Jasig. All Rights Reserved.