|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class represents the property rights for an object.
| Method Summary | |
boolean |
canModify()
Determines if the attribute can be modified. |
java.lang.String |
getAttributeName()
Returns the name of the attribute associated with trusteeRights. |
int |
getPrivileges()
Returns all the property rights. |
boolean |
hasAddRights()
Determimes if the associated attribute can be created if it doesn't currently have any values. |
boolean |
hasCompareRights()
Determines if an object has compare rights. |
boolean |
hasDeleteRights()
Determines if the associated attribute's values can be deleted. |
boolean |
hasInheritCtlRights()
Determines if an objec has inheritance control rights. |
boolean |
hasReadRights()
Determines if the associated attribute's values can be read. |
boolean |
hasSelfRights()
Determines if an object has Self rights. |
boolean |
hasSupervisorRights()
Determines if an object has Supervisor rights. |
boolean |
hasWriteRights()
Determines if the associated attribute's values can be modified. |
| Method Detail |
public java.lang.String getAttributeName()
public int getPrivileges()
public boolean hasCompareRights()
public boolean hasReadRights()
public boolean hasWriteRights()
public boolean hasSelfRights()
public boolean hasSupervisorRights()
public boolean hasInheritCtlRights()
public boolean hasDeleteRights()
public boolean hasAddRights()
public boolean canModify()
For ConsoleOne, the object must have read and write rights to the attribute. (NDS requires read and write rights to modify single-valued attributes and write rights to multivalued attributes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||