com.ibm.itim.dataservices.model.system

Class SystemRoleEntity

  • All Implemented Interfaces:
    com.ibm.itim.util.Sortable, java.io.Serializable


    public class SystemRoleEntity
    extends DirectoryObjectEntity
    Represents a system role (group) in the data model.
    See Also:
    Serialized Form
    • Constructor Detail

      • SystemRoleEntity

        public SystemRoleEntity(SystemRole sysRole)
        Constructs with a value object.
        Parameters:
        sysRole - SystemRole object holding the attributes of the system role.
      • SystemRoleEntity

        public SystemRoleEntity(DirectoryObject sysRole)
        Constructs a SystemRoleEntity with a DirectoryObject.
        Parameters:
        sysRole - DirectoryObject holding the attributes of the system role.