Interface AccessControlList

    • Method Detail

      • 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
      • setCachedSimpleNodePermissionEntry

        void setCachedSimpleNodePermissionEntry​(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)