Package com.day.cq.security.util
Class AclPolicy
- java.lang.Object
 - 
- com.day.cq.security.util.AclPolicy
 
 
- 
@Deprecated public class AclPolicy extends java.lang.ObjectDeprecated.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 voidaddAce(javax.jcr.security.AccessControlEntry ace)Deprecated.Method to set aAccessControlEntryto the current Policyvoidallow(java.lang.String principal, java.lang.String... privilegeNames)Deprecated.voiddeny(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(javax.jcr.security.AccessControlEntry ace)
Deprecated.Method to set aAccessControlEntryto the current Policy- Parameters:
 ace- to set to this Policy- Since:
 - 5.3
 
 
 - 
 
 -