Interface AccessControlList

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    SimpleAccessControlList

    public interface AccessControlList
    extends java.io.Serializable
    • Method Detail

      • getEntries

        java.util.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
      • setCachedSimpleNodePermissionEntry

        void setCachedSimpleNodePermissionEntry​(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)