|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.DirectoryObjectEntity
com.ibm.itim.dataservices.model.domain.RoleEntity
com.ibm.itim.dataservices.model.domain.DynamicRoleEntity
public class DynamicRoleEntity
Class that represents a dynamic role in the data model.
Field Summary |
---|
Fields inherited from class com.ibm.itim.dataservices.model.domain.RoleEntity |
---|
ORGANIZATION, OWNER |
Fields inherited from class com.ibm.itim.dataservices.model.DirectoryObjectEntity |
---|
PARENT |
Fields inherited from interface com.ibm.itim.util.Sortable |
---|
ATTR_NAME |
Constructor Summary | |
---|---|
DynamicRoleEntity(DirectoryObject dynamicRole)
Constructs a DynamicRoleEntity, with a DirectoryObject. |
|
DynamicRoleEntity(DynamicRole dynamicRole)
Constructs a DynamicRoleEntity with a value object. |
Method Summary |
---|
Methods inherited from class com.ibm.itim.dataservices.model.domain.RoleEntity |
---|
addMemberRole, getAllAssignmentAttributes, getAssignmentAttributes, getMemberRoles, getMembers, getMembers, getOrganization, getOwner, getOwnerObjects, getParentRoles, isAssignmentAttributeInUse, remove, setAssignmentAttributes, update, update |
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryObjectEntity |
---|
equals, getDirectoryObject, getDistinguishedName, getEntity, getLifecycle, getObjectCategory, getParent, getParentDN, getProfile, getRelationship, getSortValue, getSupportedRelationships, hashCode, initialize, initialize, isSupportedRelationship, remove, setLifecycle, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DynamicRoleEntity(DynamicRole dynamicRole)
dynamicRole
- DynamicRole object holding the attributes of the
dynamic role.public DynamicRoleEntity(DirectoryObject dynamicRole)
dynamicRole
- DirectoryObject object holding the attributes of the
dynamic role.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |