public class IERightsHolder extends java.lang.Object implements RightsHolderInterface
Modifier and Type | Field and Description |
---|---|
protected InstanceElement |
ieObj |
Constructor and Description |
---|
IERightsHolder(InstanceElement ieObj)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
InitialRight[] |
getInitialRights()
Get the initial rights.
|
ACL[] |
getRights()
Get the rights.
|
void |
setInitialRights(InstanceElement usergroup,
int rights,
T_LONGLONG refAid,
RightsSet set)
Set the intial rights of an element.
|
void |
setRights(InstanceElement usergroup,
int rights,
RightsSet set)
Set the rights.
|
protected InstanceElement ieObj
public IERightsHolder(InstanceElement ieObj)
public void setInitialRights(InstanceElement usergroup, int rights, T_LONGLONG refAid, RightsSet set) throws AoException
setInitialRights
in interface RightsHolderInterface
AoException
public InitialRight[] getInitialRights() throws AoException
getInitialRights
in interface RightsHolderInterface
AoException
public void setRights(InstanceElement usergroup, int rights, RightsSet set) throws AoException
setRights
in interface RightsHolderInterface
AoException
public ACL[] getRights() throws AoException
getRights
in interface RightsHolderInterface
AoException