Uses of Interface
org.ldaptive.ext.MergeRequest.AttributeModificationsHandler
Packages that use MergeRequest.AttributeModificationsHandler
-
Uses of MergeRequest.AttributeModificationsHandler in org.ldaptive.ext
Classes in org.ldaptive.ext that implement MergeRequest.AttributeModificationsHandlerModifier and TypeClassDescriptionstatic classProcesses attribute modifications so that any list of attribute modifications does not exceed the configured batch size.static classProcesses attribute modifications to enforce the maximum number of attribute values in any single attribute.Fields in org.ldaptive.ext declared as MergeRequest.AttributeModificationsHandlerModifier and TypeFieldDescriptionMergeRequest.attributeModificationsHandlersHandler for attribute modifications.Methods in org.ldaptive.ext that return MergeRequest.AttributeModificationsHandlerModifier and TypeMethodDescriptionMergeRequest.getAttributeModificationsHandlers()Returns the attribute modifications handlers.Methods in org.ldaptive.ext with parameters of type MergeRequest.AttributeModificationsHandlerModifier and TypeMethodDescriptionvoidMergeRequest.setAttributeModificationsHandlers(MergeRequest.AttributeModificationsHandler... handlers) Sets the attribute value processors.