|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACL
A class represents an access control list (ACL). An ACL is associated with a protected resource. The policy enforcer can verify the ACLs with the current context to see if the corresponding resource is accessible.
Method Summary | |
---|---|
boolean |
checkRight(java.lang.String permission)
Verifies if permission is granted. |
java.util.Enumeration |
entries()
Returns a list of entries of the current ACL. |
java.lang.String |
getDescription()
Returns the description of the current ACL. |
java.lang.String |
getName()
Returns the name of the current ACL. |
java.util.Enumeration |
rights()
Returns a list of access rights of the current ACL. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.util.Enumeration rights()
java.util.Enumeration entries()
boolean checkRight(java.lang.String permission)
permission
- one of the applicable rights
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |