Package org.ldaptive
Class LdapEntry.AttributesHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
LdapEntry
Parse handler implementation for the attributes.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Constructor Details
-
AttributesHandler
AttributesHandler(LdapEntry response) Creates a new attributes handler.- Parameters:
response
- to configure
-
-
Method Details
-
handle
Description copied from interface:ParseHandler
Invoked when a DER path is encountered that belongs to this parse handler.- Parameters:
parser
- that invoked this handlerencoded
- to handle
-