public interface IAce
Modifier and Type | Method and Description |
---|---|
IRightSet |
getDeniedRights()
Get the denied rights that this ace specifies.
|
IRightSet |
getExclusiveRights()
Get the exclusive rights that this ace specifies.
|
IRightSet |
getGrantedRights()
Get the granted rights that this ace specifies.
|
IThingID |
getPrincipalID()
Get the ID of the principal that this ace refers to.
|
void |
setDeniedRights(IRightSet rightSet)
Set the denied rights that this ace specifies.
|
void |
setExclusiveRights(IRightSet rightSet)
Set the granted rights that this ace specifies.
|
void |
setGrantedRights(IRightSet rightSet)
Set the granted rights that this ace specifies.
|
void |
setPrincipalID(IThingID principalID)
Set the ID of the principal that this ace refers to.
|
IThingID getPrincipalID()
void setPrincipalID(IThingID principalID) throws MetaException
MetaException
IRightSet getDeniedRights()
void setDeniedRights(IRightSet rightSet) throws MetaException
MetaException
- if rightset is invalid or conflicts with granted setIRightSet getGrantedRights()
void setGrantedRights(IRightSet rightSet) throws MetaException
MetaException
- if rightset is invalid or conflicts with denied setIRightSet getExclusiveRights()
void setExclusiveRights(IRightSet rightSet) throws MetaException
MetaException
- if rightset is invalid or conflicts with denied set