public interface AccessControlList extends Serializable
Modifier and Type | Method and Description |
---|---|
SimpleNodePermissionEntry |
getCachedSimpleNodePermissionEntry() |
List<AccessControlEntry> |
getEntries()
Get the members of the ACL in order
Ordered by:
position,
then deny followed by allow,
then by authority type
then ....
|
AccessControlListProperties |
getProperties()
Get the properties
|
void |
setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry) |
AccessControlListProperties getProperties()
List<AccessControlEntry> getEntries()
SimpleNodePermissionEntry getCachedSimpleNodePermissionEntry()
void setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)
Copyright © 2005–2017 Alfresco Software. All rights reserved.