|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.xmlserv.security.SecurityManager.Role
A role is a collection of access rights.
Constructor Summary | |
protected |
SecurityManager.Role()
Create empty role. |
Method Summary | |
protected void |
addAccessRight(SecurityManager.AccessRight accessright)
Add an AccessRight object to this role. |
boolean |
containsAccessRight(SecurityManager.AccessRight accessright)
Check whether the given AccessRight is already registered in this role object. |
protected void |
removeAccessRight(SecurityManager.AccessRight accessright)
Remove an AccessRight object from this role |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SecurityManager.Role()
Method Detail |
protected void addAccessRight(SecurityManager.AccessRight accessright)
accessright
- The new SecurityManager.AccessRight object.protected void removeAccessRight(SecurityManager.AccessRight accessright)
accessright
- The SecurityManager.AccessRight to remove.public boolean containsAccessRight(SecurityManager.AccessRight accessright)
accessright
- The SecurityManager.AccessRight to check for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |