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()
AccessControlList
getEntries
in interface AccessControlList
public AccessControlListProperties getProperties()
AccessControlList
getProperties
in interface AccessControlList
public void setEntries(List<AccessControlEntry> entries)
public void setProperties(AccessControlListProperties properties)
public SimpleNodePermissionEntry getCachedSimpleNodePermissionEntry()
getCachedSimpleNodePermissionEntry
in interface AccessControlList
public void setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)
setCachedSimpleNodePermissionEntry
in interface AccessControlList
Copyright © 2005–2017 Alfresco Software. All rights reserved.