|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAccessEntry
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 |
|---|
java.lang.String getName()
null)boolean set(ContainerPermission permission)
permission - the permission to set
true if the permission was setvoid unset(ContainerPermission permission)
permission - boolean isSet(ContainerPermission permission)
permission - the permission to check
true if the permission is set
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||