public interface InstanceLevelPermissionEntry
Modifier and Type | Method and Description |
---|---|
CentraSitePrincipal |
getPrincipal()
Get the principal.
|
InstanceLevelPrivilege |
getPrivilege()
Get the privilege.
|
void |
setPrincipal(CentraSitePrincipal principal)
Set the principal.
|
void |
setPrivilege(InstanceLevelPrivilege privilege)
Set the privilege.
|
CentraSitePrincipal getPrincipal() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the principal.void setPrincipal(CentraSitePrincipal principal) throws javax.xml.registry.JAXRException
principal
- the principaljavax.xml.registry.JAXRException
- if an internal error occurs on setting the principal.InstanceLevelPrivilege getPrivilege() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the privilege.void setPrivilege(InstanceLevelPrivilege privilege) throws javax.xml.registry.JAXRException
privilege
- the privilegejavax.xml.registry.JAXRException
- if an internal error occurs on setting the privilege.