Package org.ldaptive
Class AbstractResult.MatchedDNHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
- AbstractResult
Parse handler implementation for the LDAP matched DN.
-
Constructor Summary
ConstructorsConstructorDescriptionMatchedDNHandler
(AbstractResult response) Creates a new LDAP matched DN handler. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Constructor Details
-
MatchedDNHandler
Creates a new LDAP matched DN 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
-