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