public class SimpleAccessControlList extends java.lang.Object implements AccessControlList
| Constructor and Description |
|---|
SimpleAccessControlList() |
| Modifier and Type | Method and Description |
|---|---|
SimpleNodePermissionEntry |
getCachedSimpleNodePermissionEntry() |
java.util.List |
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(java.util.List entries) |
void |
setProperties(AccessControlListProperties properties) |
public java.util.List getEntries()
AccessControlListgetEntries in interface AccessControlListpublic AccessControlListProperties getProperties()
AccessControlListgetProperties in interface AccessControlListpublic void setEntries(java.util.List entries)
public void setProperties(AccessControlListProperties properties)
public SimpleNodePermissionEntry getCachedSimpleNodePermissionEntry()
getCachedSimpleNodePermissionEntry in interface AccessControlListpublic void setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)
setCachedSimpleNodePermissionEntry in interface AccessControlListCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.