Class AccessControlListIndexManager

    • Method Detail

      • getGroupSet

        public java.util.Set<Group> getGroupSet​(AccessControlList acl)
        Returns the Group set using the specified ACL.
        Parameters:
        acl - the AccessControlList for which Group set will be retrieved
        Returns:
        the Group set associated to the specified ACL.
        Since:
        jcms-7.0.0
      • addGroup

        public boolean addGroup​(AccessControlList acl,
                                Group group)
        Adds the specified Group to the group Set of the given ACL.
        Parameters:
        acl - the ACL for which a Group is being added
        group - the Group to be added.
        Returns:
        true if this set did not already contain the specified element.
        Since:
        jcms-7.0.0
      • removeGroup

        public boolean removeGroup​(AccessControlList acl,
                                   Group group)
        Removes the specified Group from the group Set of the given ACL.
        Parameters:
        acl - the ACL for which a Group is being removed
        group - the Group to be removed.
        Returns:
        true if the set contained the specified element.
        Since:
        jcms-7.0.0