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

java.lang.Object
  |
  +--com.ibm.itim.dataservices.model.DirectoryObjectEntity
        |
        +--com.ibm.itim.dataservices.model.domain.RoleEntity
              |
              +--com.ibm.itim.dataservices.model.domain.DynamicRoleEntity
All Implemented Interfaces:
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
 
Fields inherited from class com.ibm.itim.dataservices.model.DirectoryObjectEntity
PARENT
 
Constructor Summary
DynamicRoleEntity(DynamicRole dynamicRole)
          Constructs a DynamicRoleEntity with a value object.
 
Methods inherited from class com.ibm.itim.dataservices.model.domain.RoleEntity
getMembers, getMembers, getOrganization
 
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryObjectEntity
equals, getDirectoryObject, getDistinguishedName, getEntity, getLifecycle, getParent, getParentDN, getProfile, getRelationship, getSupportedRelationships, hashCode, isSupportedRelationship, remove, remove, setLifecycle, toString, update, update
 
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.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.