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