Class RestrictedByItem


  • public class RestrictedByItem
    extends ProtectedItem
    Restricts values added to the attribute type to being values that are already present in the same entry as values of the attribute valuesIn. It is examined if the protected item is an attribute value of the specified type and the permission sought is add. Values of the valuesIn attribute are checked without regard to context or access control and as though the operation which adds the values were successful. If the value to be added is not present in valuesIn the ACI item is treated as not granting add access.
    Author:
    Apache Directory Project