Class AclEntryCollection


  • public class AclEntryCollection
    extends java.lang.Object
    Represents a collection of Access Control List entries for an item in the Library. Each ACL entry collection represents the permissions set for one library item.
    Since:
    5.5
    • Constructor Summary

      Constructors 
      Constructor Description
      AclEntryCollection()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<AclEntry> getEntries()
      Returns the ACL entries.
      boolean isInherited()
      Returns true if the permissions are inherited from another library item, and false otherwise.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AclEntryCollection

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

      • getEntries

        public java.util.List<AclEntry> getEntries()
        Returns the ACL entries.
        Returns:
        the ACL entries
      • isInherited

        public boolean isInherited()
        Returns true if the permissions are inherited from another library item, and false otherwise.
        Returns:
        true if the permissions are inherited from another library item, and false otherwise