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 thePasswordPolicyControl
to theAuthenticationRequest
.
-
-
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
Constructors Constructor Description PasswordPolicyAuthenticationRequestHandler()
Creates a new password policy authentication request handler
-