com.ibm.itim.dataservices.model.domain

Class 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
    • 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.
      • DynamicRoleEntity

        public DynamicRoleEntity(ObjectProfile profile,
                                 DirectoryObject dynamicRole)
        Constructs a DynamicRoleEntity with a object profile and value object.
        Parameters:
        profile - ObjectProfile of the role.
        dynamicRole - DirectoryObject object holding the attributes of the dynamic role.