Package org.ldaptive.control
Class EntryChangeNotificationControl.PreviousDnHandler
java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<EntryChangeNotificationControl>
org.ldaptive.control.EntryChangeNotificationControl.PreviousDnHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
EntryChangeNotificationControl
private static class EntryChangeNotificationControl.PreviousDnHandler
extends AbstractParseHandler<EntryChangeNotificationControl>
Parse handler implementation for the previous dn.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new previous dn handler. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Field Details
-
PATH
DER path to previous dn.
-
-
Constructor Details
-
PreviousDnHandler
PreviousDnHandler(EntryChangeNotificationControl control) Creates a new previous dn handler.- Parameters:
control
- 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
-