org.alfresco.cmis
Interface CMISPermissionMapping

All Known Implementing Classes:
CMISPermissionMappingImpl

public interface CMISPermissionMapping

A CMIS permission mapping.


Method Summary
 java.lang.String getKey()
          Get the allowed action key.
 java.util.List getPermissions()
          Get the required permissions.
 

Method Detail

getKey

java.lang.String getKey()
Get the allowed action key.

Returns:
the key.

getPermissions

java.util.List getPermissions()
Get the required permissions. If the list is of zero length the action is unprotected and allowed. (Disallowed actions never appear at all) For one or more entries a match against any permission allws.

Returns:
the list of required permissions.


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