Package org.ldaptive.auth.ext
Class PasswordPolicyAuthenticationRequestHandler
java.lang.Object
org.ldaptive.auth.AddControlAuthenticationRequestHandler
org.ldaptive.auth.ext.PasswordPolicyAuthenticationRequestHandler
- All Implemented Interfaces:
AuthenticationRequestHandler
public class PasswordPolicyAuthenticationRequestHandler
extends AddControlAuthenticationRequestHandler
Adds the
PasswordPolicyControl
to the AuthenticationRequest
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.ldaptive.auth.AddControlAuthenticationRequestHandler
AddControlAuthenticationRequestHandler.ControlFactory
-
Field Summary
Fields inherited from class org.ldaptive.auth.AddControlAuthenticationRequestHandler
logger
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new password policy authentication request handler -
Method Summary
Methods inherited from class org.ldaptive.auth.AddControlAuthenticationRequestHandler
handle
-
Constructor Details
-
PasswordPolicyAuthenticationRequestHandler
public PasswordPolicyAuthenticationRequestHandler()Creates a new password policy authentication request handler
-