|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ACL is access control list for various infobits. Treat is as "security
domain". several infobits will share same security domain. ACL lists several
"capabilities" and binds them to certain user "roles". Normally users have
nothing to do with ACL. Acl can not be manipulated directly - this shall be
done AclManager instance
| Method Summary | |
java.lang.String |
getDescription()
acl decription |
java.util.Collection |
getInfobits()
collection of infobits under control of this acl. |
java.lang.String |
getName()
unique name of given ACL. |
java.util.Set |
getRoles(Capability capability)
defined roles for given capability. |
void |
setDescription(java.lang.String description)
Sets the Description attribute of the Acl object |
| Method Detail |
public java.lang.String getName()
public java.util.Collection getInfobits()
public java.lang.String getDescription()
public java.util.Set getRoles(Capability capability)
capability - Description of Parameter
public void setDescription(java.lang.String description)
description - The new Description value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||