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 class
MergeRequest.BatchHandler
Processes attribute modifications so that any list of attribute modifications does not exceed the configured batch size.static class
MergeRequest.MaxSizeAttributeValueHandler
Processes 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. attributeModificationsHandlers
Handler 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 void
MergeRequest. setAttributeModificationsHandlers(MergeRequest.AttributeModificationsHandler... handlers)
Sets the attribute value processors.
-