Class PasswordPolicyControl.TimeBeforeExpirationHandler

java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<PasswordPolicyControl>
org.ldaptive.control.PasswordPolicyControl.TimeBeforeExpirationHandler
All Implemented Interfaces:
ParseHandler
Enclosing class:
PasswordPolicyControl

private static class PasswordPolicyControl.TimeBeforeExpirationHandler extends AbstractParseHandler<PasswordPolicyControl>
Parse handler implementation for the time before expiration.
  • Field Details

    • PATH

      public static final DERPath PATH
      DER path to warning.
  • Constructor Details

    • TimeBeforeExpirationHandler

      TimeBeforeExpirationHandler(PasswordPolicyControl control)
      Creates a new time before expiration handler.
      Parameters:
      control - to configure
  • Method Details

    • handle

      public void handle(DERParser parser, DERBuffer encoded)
      Description copied from interface: ParseHandler
      Invoked when a DER path is encountered that belongs to this parse handler.
      Parameters:
      parser - that invoked this handler
      encoded - to handle