Class AclPolicy


  • @Deprecated
    public class AclPolicy
    extends Object
    Deprecated.
    Since CQ 5.3 Please use JCR API instead.
    Littel tool to configure an ACL. To be set on the CRXPolicyManager. The Lists entries are ordered in the the sequence they have been added on this Object
    • Constructor Detail

      • AclPolicy

        public AclPolicy()
        Deprecated.
      • AclPolicy

        public AclPolicy​(String principal,
                         String[] privilegeNames,
                         boolean allow)
        Deprecated.
    • Method Detail

      • allow

        public void allow​(String principal,
                          String... privilegeNames)
        Deprecated.
      • deny

        public void deny​(String principal,
                         String... privilegeNames)
        Deprecated.