Package org.ldaptive.ad.control
Class DirSyncControl.MaxAttrCountHandler
java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<DirSyncControl>
org.ldaptive.ad.control.DirSyncControl.MaxAttrCountHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
- DirSyncControl
private static class DirSyncControl.MaxAttrCountHandler
extends AbstractParseHandler<DirSyncControl>
Parse handler implementation for the maxAttributeCount.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMaxAttrCountHandler(DirSyncControl control) Creates a new max attr count handler. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Field Details
-
PATH
DER path to cookie value.
-
-
Constructor Details
-
MaxAttrCountHandler
MaxAttrCountHandler(DirSyncControl control) Creates a new max attr count handler.- Parameters:
control- to configure
-
-
Method Details
-
handle
Description copied from interface:ParseHandlerInvoked when a DER path is encountered that belongs to this parse handler.- Parameters:
parser- that invoked this handlerencoded- to handle
-