|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.DirectoryEntry
com.ibm.itim.dataservices.model.domain.RoleAssignmentObject
public class RoleAssignmentObject
Value Object class that holds the attribute information of a role assignment data in the data model. This class holds the assignment data that are associated with the defined role and assigned role. The defined role is the role that holds a list of assignment attributes. The assigned role is the role to which the person is assigned.
(Set)
,
com.ibm.ibm.dataservices.model.domain.RoleEntity#getAssignmentAttributes()
,
DirectoryEntry
,
Serialized FormConstructor Summary | |
---|---|
RoleAssignmentObject(DistinguishedName assignRoleDN,
DistinguishedName defineRoleDN)
constructor. |
|
RoleAssignmentObject(RoleAssignmentObject raObject)
Copy Constructor Reference copy is used for Java object except for define role DN and assign role DN. |
Method Summary | |
---|---|
DistinguishedName |
getAssignRoleDN()
Returns the DN of the assigned role that is associated with the assignment data. |
DistinguishedName |
getDefineRoleDN()
Returns the DN of the defined role that is associated with the assignment data. |
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryEntry |
---|
addAttribute, addAttributeValues, clearChange, clearChanges, getAttribute, getAttributes, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, removeAttribute, removeAttribute, setAttribute, setAttributes, setDistinguishedName, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoleAssignmentObject(DistinguishedName assignRoleDN, DistinguishedName defineRoleDN)
assignRoleDN
- The Distinguished Name of the role to which the person is
assigned.defineRoleDN
- The Distinguished Name of the role for which the attributes
are defined.public RoleAssignmentObject(RoleAssignmentObject raObject)
Method Detail |
---|
public DistinguishedName getDefineRoleDN()
public DistinguishedName getAssignRoleDN()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |