Class MergeRequest.MaxSizeAttributeValueHandler

java.lang.Object
org.ldaptive.ext.MergeRequest.MaxSizeAttributeValueHandler
All Implemented Interfaces:
Function<List<List<AttributeModification>>,List<List<AttributeModification>>>, MergeRequest.AttributeModificationsHandler
Enclosing class:
MergeRequest

public static class MergeRequest.MaxSizeAttributeValueHandler extends Object implements MergeRequest.AttributeModificationsHandler
Processes attribute modifications to enforce the maximum number of attribute values in any single attribute. For attribute values that exceed this limit, a new attribute is created to contain the excess values.