Uses of Interface
org.ldaptive.ext.MergeRequest.AttributeModificationsHandler
- 
Packages that use MergeRequest.AttributeModificationsHandler Package Description org.ldaptive.ext  - 
- 
Uses of MergeRequest.AttributeModificationsHandler in org.ldaptive.ext
Classes in org.ldaptive.ext that implement MergeRequest.AttributeModificationsHandler Modifier and Type Class Description static classMergeRequest.BatchHandlerProcesses attribute modifications so that any list of attribute modifications does not exceed the configured batch size.static classMergeRequest.MaxSizeAttributeValueHandlerProcesses attribute modifications to enforce the maximum number of attribute values in any single attribute.Fields in org.ldaptive.ext declared as MergeRequest.AttributeModificationsHandler Modifier and Type Field Description private MergeRequest.AttributeModificationsHandler[]MergeRequest. attributeModificationsHandlersHandler for attribute modifications.Methods in org.ldaptive.ext that return MergeRequest.AttributeModificationsHandler Modifier and Type Method Description MergeRequest.AttributeModificationsHandler[]MergeRequest. getAttributeModificationsHandlers()Returns the attribute modifications handlers.Methods in org.ldaptive.ext with parameters of type MergeRequest.AttributeModificationsHandler Modifier and Type Method Description voidMergeRequest. setAttributeModificationsHandlers(MergeRequest.AttributeModificationsHandler... handlers)Sets the attribute value processors. 
 -