|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.novell.admin.rbs.RBSRights
Class that represents the rights of Roles and Tasks
| Constructor Summary | |
RBSRights()
Constructor. |
|
RBSRights(ObjectACLFacade facade)
Constructor. |
|
RBSRights(java.lang.String subject,
java.lang.String attr,
long privileges)
Constructor. |
|
| Method Summary | |
boolean |
equals(RBSRights rights)
Checks for equivalence of two RBSRights objects |
long |
getPrivileges()
Gets the privilege set of the rights relation. |
java.lang.String |
getProtectedAttrName()
Gets the protected attribute name of the rights relation. |
java.lang.String |
getSubjectName()
Gets the subject Name of the rights relation. |
void |
setPrivileges(long privileges)
Sets the privileges of the rights relation. |
void |
setProtectedAttrName(java.lang.String name)
Sets the protected atrribute Name of the rights relation. |
void |
setSubjectName(java.lang.String name)
Sets the subject Name of the rights relation. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RBSRights()
public RBSRights(java.lang.String subject,
java.lang.String attr,
long privileges)
subject - The subjectattr - The protected attr such as [Entry Rights]privileges - long representing the privilege set.public RBSRights(ObjectACLFacade facade)
facade - ObjectACLFacade object.| Method Detail |
public java.lang.String getSubjectName()
public void setSubjectName(java.lang.String name)
String - representing the subject name.public java.lang.String getProtectedAttrName()
public void setProtectedAttrName(java.lang.String name)
String - representing the protected atrribute name.public long getPrivileges()
public void setPrivileges(long privileges)
privileges - Long representing the privileges.public boolean equals(RBSRights rights)
rights - RBSRights object to see if equivelent to this RBSRights object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||