|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceLevelPrivilege
InstanceLevelPrivilege maintains the view/update/full privileges. The update privilege implies the view privilege, and the full privilege implies the update privilege.
Nested Class Summary | |
---|---|
static class |
InstanceLevelPrivilege.PrivilegeValue
Define the possible privilege values. |
Method Summary | |
---|---|
InstanceLevelPrivilege.PrivilegeValue |
getPrivilege()
Get the privilege value. |
boolean |
hasPrivilege(InstanceLevelPrivilege.PrivilegeValue privilege)
Determine whether this privilege has or implies the requested privilege value. |
void |
setPrivilege(InstanceLevelPrivilege.PrivilegeValue privilege)
Set the privilege value. |
Method Detail |
---|
boolean hasPrivilege(InstanceLevelPrivilege.PrivilegeValue privilege) throws javax.xml.registry.JAXRException
privilege
- the privilege to be checked
javax.xml.registry.JAXRException
void setPrivilege(InstanceLevelPrivilege.PrivilegeValue privilege) throws javax.xml.registry.JAXRException
privilege
- the privilege to be set
javax.xml.registry.JAXRException
InstanceLevelPrivilege.PrivilegeValue getPrivilege() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |