|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines an access entry, which is used when determining permissions for a container.
Method Summary | |
java.lang.String |
getName()
Gets the name of the access entry. |
boolean |
isSet(ContainerPermission permission)
Gets if a particular permission was set. |
boolean |
set(ContainerPermission permission)
Sets a permission. |
void |
unset(ContainerPermission permission)
Un-sets a permission from this permission set. |
Method Detail |
public java.lang.String getName()
null
)public boolean set(ContainerPermission permission)
permission
- the permission to settrue
if the permission was setpublic void unset(ContainerPermission permission)
permission
- public boolean isSet(ContainerPermission permission)
permission
- the permission to checktrue
if the permission is set
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |