Class SimpleAccessControlList
java.lang.Object
org.alfresco.repo.security.permissions.SimpleAccessControlList
- All Implemented Interfaces:
Serializable,AccessControlList
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the members of the ACL in order Ordered by: position, then deny followed by allow, then by authority type then ....Get the propertiesvoidsetCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry) voidsetEntries(List<AccessControlEntry> entries) voidsetProperties(AccessControlListProperties properties)
-
Constructor Details
-
SimpleAccessControlList
public SimpleAccessControlList()
-
-
Method Details
-
getEntries
Description copied from interface:AccessControlListGet 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- Specified by:
getEntriesin interfaceAccessControlList
-
getProperties
Description copied from interface:AccessControlListGet the properties- Specified by:
getPropertiesin interfaceAccessControlList- Returns:
- AccessControlListProperties
-
setEntries
-
setProperties
-
getCachedSimpleNodePermissionEntry
- Specified by:
getCachedSimpleNodePermissionEntryin interfaceAccessControlList
-
setCachedSimpleNodePermissionEntry
public void setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry) - Specified by:
setCachedSimpleNodePermissionEntryin interfaceAccessControlList
-