Class AclEntry


  • public class AclEntry
    extends java.lang.Object
    Represents an Access Control List entry for an item in the Library. Many ACL entries may be associated with a library item, each representing the permissions set for one user or group.
    Since:
    5.5
    • Constructor Detail

      • AclEntry

        public AclEntry()
        Creates a new instance.
    • Method Detail

      • getPrincipalName

        public PrincipalName getPrincipalName()
        Returns the name of the principal (user or group) which this ACL entry is for.
        Returns:
        the name of the principal (user or group) which this ACL entry is for
      • getPermissions

        public java.util.List<LibraryPermission> getPermissions()
        Returns the list of permissions.
        Returns:
        the list of permissions