|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
int |
getPosition()
At what position in the inheritance chain for permissions is this permission set? = 0 -> Set direct on the object. |
boolean |
isInherited()
Is this an inherited permission entry? |
boolean |
isSetDirectly()
Is this permission set on the object? |
Method Detail |
---|
java.lang.String getPermission()
AccessStatus getAccessStatus()
java.lang.String getAuthority()
AuthorityType getAuthorityType()
int getPosition()
boolean isInherited()
boolean isSetDirectly()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |