|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Definition of an Access Control List Entry
Access-Control Entry (ACE) is an element in the Access-Control List (ACL). An ACL can have zero or more ACEs. Each ACE controls or monitor access to an object specified trustee.
An entry specifies a principle (i.e. user) and a permission that is granted to the principle.
| Method Summary | |
java.lang.String |
getPermission()
This method returns the permission object from current ACE object. |
IPrincipal |
getPrincipal()
This methods returns the principal object from current ACE object. |
boolean |
isAllowed(java.lang.String permission)
This methods checks if the permission is covered by the ACE's permission. |
boolean |
isInherited()
This method checks if the ACE is inherited. |
| Method Detail |
public IPrincipal getPrincipal()
public java.lang.String getPermission()
public boolean isAllowed(java.lang.String permission)
permission - the checked permission object.public boolean isInherited()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||