Interface AccessControlList

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleAccessControlList

public interface AccessControlList extends Serializable
  • Method Details

    • getProperties

      Get the properties
      Returns:
      AccessControlListProperties
    • getEntries

      List<AccessControlEntry> getEntries()
      Get the members of the ACL in order Ordered by: position, then deny followed by allow, then by authority type then .... To make permission evaluation faster for the common cases
    • getCachedSimpleNodePermissionEntry

      SimpleNodePermissionEntry getCachedSimpleNodePermissionEntry()
    • setCachedSimpleNodePermissionEntry

      void setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)