|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PermissionEntry
A single permission entry defined against a node.
Method Summary | |
---|---|
org.alfresco.service.cmr.security.AccessStatus |
getAccessStatus()
Get the Access enum value |
java.lang.String |
getAuthority()
Get the authority to which this entry applies This could be the string value of a username, group, role or any other authority assigned to the authorisation. |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the node ref for the node to which this permission applies. |
PermissionReference |
getPermissionReference()
Get the permission definition. |
int |
getPosition()
Return the position in the inhertance chain (0 is not inherited and set on the object) |
boolean |
isAllowed()
Is permission allowed? |
boolean |
isDenied()
Is permissions denied? |
boolean |
isInherited()
Is this permission inherited? |
Method Detail |
---|
PermissionReference getPermissionReference()
java.lang.String getAuthority()
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
boolean isDenied()
boolean isAllowed()
org.alfresco.service.cmr.security.AccessStatus getAccessStatus()
boolean isInherited()
int getPosition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |