Package org.ldaptive

Class LdapEntry.AttributesHandler

java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<LdapEntry>
org.ldaptive.LdapEntry.AttributesHandler
All Implemented Interfaces:
ParseHandler
Enclosing class:
LdapEntry

protected static class LdapEntry.AttributesHandler extends AbstractParseHandler<LdapEntry>
Parse handler implementation for the attributes.
  • Constructor Details

    • AttributesHandler

      AttributesHandler(LdapEntry response)
      Creates a new attributes handler.
      Parameters:
      response - 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