public static final enum
Acl.InheritanceType
extends Enum<Acl.InheritanceType>
The enum that presents the type of inheritance.
Inherited Method Summary
Enum Values
public static final Acl.InheritanceType BOTH_PERMIT
Both the current (child's) and inherit from (parent's) ACLs must both allow access.
public static final Acl.InheritanceType CHILD_OVERRIDE
The Item
(child's) ACL takes precedence over the inherit from (parent's) ACL.
public static final Acl.InheritanceType PARENT_OVERRIDE
The inherit from (parent's) ACL takes precedence over the Item
(child's) ACL.