org.alfresco.service.cmr.security
Interface AccessPermission

All Known Implementing Classes:
AccessPermissionImpl

public interface AccessPermission

The interface used to support reporting back if permissions are allowed or denied.


Method Summary
 AccessStatus getAccessStatus()
          Get the Access enumeration value
 java.lang.String getAuthority()
          Get the authority to which this permission applies.
 AuthorityType getAuthorityType()
          Get the type of authority to which this permission applies.
 java.lang.String getPermission()
          The permission.
 

Method Detail

getPermission

java.lang.String getPermission()
The permission.

Returns:

getAccessStatus

AccessStatus getAccessStatus()
Get the Access enumeration value

Returns:

getAuthority

java.lang.String getAuthority()
Get the authority to which this permission applies.

Returns:

getAuthorityType

AuthorityType getAuthorityType()
Get the type of authority to which this permission applies.

Returns:


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