org.alfresco.repo.security.permissions
Interface AccessControlList

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SimpleAccessControlList

public interface AccessControlList
extends java.io.Serializable


Method Summary
 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)
           
 

Method Detail

getProperties

AccessControlListProperties getProperties()
Get the properties

Returns:

getEntries

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 .... To make permission evaluation faster for the common cases

Returns:

getCachedSimpleNodePermissionEntry

SimpleNodePermissionEntry getCachedSimpleNodePermissionEntry()

setCachedSimpleNodePermissionEntry

void setCachedSimpleNodePermissionEntry(SimpleNodePermissionEntry cachedSimpleNodePermissionEntry)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.