|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.domain.RoleAssignmentAttribute
public class RoleAssignmentAttribute
This class represents the role assignment attribute. This class has the following information about the role assignment attribute:
Constructor Summary | |
---|---|
RoleAssignmentAttribute(java.lang.String name)
Constructs this object with the assignment attribute name. |
|
RoleAssignmentAttribute(java.lang.String name,
DistinguishedName roleDN)
Constructs this object with the assignment attribute name and the DN of the role. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Checks whether the obj is equal to this RoleAssignmentAttribute. |
java.lang.String |
getName()
Gets the assignment attribute name. |
DistinguishedName |
getRoleDN()
Gets the DistinguishedName of the role where the assignment attribute is defined. |
java.lang.String |
getRoleName()
Gets the role name. |
int |
hashCode()
Returns the hash code. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleAssignmentAttribute(java.lang.String name)
name
- The assignment attribute name. The name cannot be null or
an empty string.
java.lang.IllegalArgumentException
- Thrown if the name is null or an empty string.public RoleAssignmentAttribute(java.lang.String name, DistinguishedName roleDN)
name
- The assignment attribute name. The name cannot be null or
an empty string.roleDN
- The DistinguishedName of the role where this attribute is
defined. The roleDN can be null.
java.lang.IllegalArgumentException
- Thrown if the name is null or an empty string.Method Detail |
---|
public java.lang.String getName()
public DistinguishedName getRoleDN()
public java.lang.String getRoleName()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object that being compared to this
RoleAssignmentAttribute.
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |