Package org.ldaptive.auth.ext
Class PasswordPolicyAuthenticationResponseHandler
java.lang.Object
org.ldaptive.auth.ext.PasswordPolicyAuthenticationResponseHandler
- All Implemented Interfaces:
AuthenticationResponseHandler
public class PasswordPolicyAuthenticationResponseHandler
extends Object
implements AuthenticationResponseHandler
Attempts to parse the authentication response message and set the account state using data associated with a password
policy control.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(AuthenticationResponse response) Handle the response from an ldap authentication.
-
Constructor Details
-
PasswordPolicyAuthenticationResponseHandler
public PasswordPolicyAuthenticationResponseHandler()
-
-
Method Details
-
handle
Description copied from interface:AuthenticationResponseHandler
Handle the response from an ldap authentication.- Specified by:
handle
in interfaceAuthenticationResponseHandler
- Parameters:
response
- produced from an authentication
-