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.
  • Field Details

    • expirationClock

      private final Clock expirationClock
      Clock to convert time before expiration seconds to a datetime.
  • Constructor Details

    • PasswordPolicyAuthenticationResponseHandler

      public PasswordPolicyAuthenticationResponseHandler()
      Creates a new password policy authentication response handler.
    • PasswordPolicyAuthenticationResponseHandler

      PasswordPolicyAuthenticationResponseHandler(Clock clock)
      Creates a new password policy authentication response handler.
      Parameters:
      clock - used to convert time before expiration to a datetime
  • Method Details