com.ibm.itim.dataservices.model.domain

Class GroupEntity

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


    public class GroupEntity
    extends DirectoryObjectEntity
    This class represents a group in the data model. Group defines collection of users to be administered collectively for access control. This class provides the interface to retrieve and update the information of group in the data repository and the interface and to return other related objects.
    Since:
    Tivoli Identity Governance 5.1
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupEntity

        public GroupEntity(Group group)
        Constructs a GroupEntity with a Group value object.
        Parameters:
        group - The value object that contains the group information
      • GroupEntity

        public GroupEntity(DirectoryObject group)
        Constructs a GroupEntity with a Group value object.
        Parameters:
        group - The value object that contains the group information