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