com.ibm.itim.dataservices.model.domain
Class DynamicRoleEntity

java.lang.Object
  extended by com.ibm.itim.dataservices.model.DirectoryObjectEntity
      extended by com.ibm.itim.dataservices.model.domain.RoleEntity
          extended by com.ibm.itim.dataservices.model.domain.DynamicRoleEntity
All Implemented Interfaces:
com.ibm.itim.util.Sortable, java.io.Serializable

public class DynamicRoleEntity
extends RoleEntity

Class that represents a dynamic role in the data model.

See Also:
Serialized Form

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

DynamicRoleEntity

public DynamicRoleEntity(DynamicRole dynamicRole)
Constructs a DynamicRoleEntity with a value object.

Parameters:
dynamicRole - DynamicRole object holding the attributes of the dynamic role.

DynamicRoleEntity

public DynamicRoleEntity(DirectoryObject dynamicRole)
Constructs a DynamicRoleEntity, with a DirectoryObject.

Parameters:
dynamicRole - DirectoryObject object holding the attributes of the dynamic role.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.