Package com.day.cq.security.util
Class AclPolicy
- java.lang.Object
-
- com.day.cq.security.util.AclPolicy
-
@Deprecated public class AclPolicy extends java.lang.Object
Deprecated.Since CQ 5.3 Please use JCR API instead.Littel tool to configure an ACL. To be set on theCRXPolicyManager
. The Lists entries are ordered in the the sequence they have been added on this Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addAce(AccessControlEntry ace)
Deprecated.Method to set aAccessControlEntry
to the current Policyvoid
allow(java.lang.String principal, java.lang.String... privilegeNames)
Deprecated.void
deny(java.lang.String principal, java.lang.String... privilegeNames)
Deprecated.
-
-
-
Method Detail
-
allow
public void allow(java.lang.String principal, java.lang.String... privilegeNames)
Deprecated.
-
deny
public void deny(java.lang.String principal, java.lang.String... privilegeNames)
Deprecated.
-
addAce
public void addAce(AccessControlEntry ace)
Deprecated.Method to set aAccessControlEntry
to the current Policy- Parameters:
ace
- to set to this Policy- Since:
- 5.3
-
-