Class DefaultGroupProvider

    • Constructor Detail

      • DefaultGroupProvider

        public DefaultGroupProvider()
    • Method Detail

      • getGroup

        public Group getGroup​(String groupId)
        Description copied from interface: GroupProvider
        Gets a group of users from the specified identifier.
        Specified by:
        getGroup in interface GroupProvider
        Parameters:
        groupId - a group identifier as string.
        Returns:
        a group instance of Group.
      • getAllRootGroupsInDomain

        public List<Group> getAllRootGroupsInDomain​(String domainId)
        Description copied from interface: GroupProvider
        Gets all GroupState.VALID root groups of users that are defined in the specified domain in Silverpeas.
        Specified by:
        getAllRootGroupsInDomain in interface GroupProvider
        Parameters:
        domainId - the unique identifier of a Silverpeas domain.
        Returns:
        a list of root groups belonging to the specified domain.