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 JAXRException
JAXRException
- if an internal error occurs on getting the principal.void setPrincipal(CentraSitePrincipal principal) throws JAXRException
principal
- the principalJAXRException
- if an internal error occurs on setting the principal.InstanceLevelPrivilege getPrivilege() throws JAXRException
JAXRException
- if an internal error occurs on getting the privilege.void setPrivilege(InstanceLevelPrivilege privilege) throws JAXRException
privilege
- the privilegeJAXRException
- if an internal error occurs on setting the privilege.