Interface GroupProvider


public interface GroupProvider
Mix-in interface for directories that can return a list of members of a group
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the roles for this group or an empty array if no roles are applicable.
  • Method Details

    • getRolesForGroup

      List<Role> getRolesForGroup(String groupName)
      Returns the roles for this group or an empty array if no roles are applicable.
      Parameters:
      groupName - the group id
      Returns:
      the set of roles