Class MaxValueCountItem


  • public class MaxValueCountItem
    extends ProtectedItem
    Restricts the maximum number of attribute values allowed for a specified attribute type. It is examined if the protected item is an attribute value of the specified type and the permission sought is add. Values of that attribute in the entry are counted without regard to context or access control and as though the operation which adds the values were successful. If the number of values in the attribute exceeds maxCount, the ACI item is treated as not granting add access.
    Author:
    Apache Directory Project