public class SimpleAccessControlList extends Object implements AccessControlList
| Constructor and Description |
|---|
SimpleAccessControlList() |
| 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) |
void |
setEntries(List<AccessControlEntry> entries) |
void |
setProperties(AccessControlListProperties properties) |
public List<AccessControlEntry> getEntries()
AccessControlListgetEntries in interface AccessControlListpublic AccessControlListProperties getProperties()
AccessControlListgetProperties in interface AccessControlListpublic void setEntries(List<AccessControlEntry> entries)
public void setProperties(AccessControlListProperties properties)
public SimpleNodePermissionEntry getCachedSimpleNodePermissionEntry()
getCachedSimpleNodePermissionEntry in interface AccessControlListpublic void setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)
setCachedSimpleNodePermissionEntry in interface AccessControlListCopyright © 2005–2018 Alfresco Software. All rights reserved.