Package org.opencastproject.security.api
Interface GroupProvider
public interface GroupProvider
Mix-in interface for directories that can return a list of members of a group
-
Method Summary
Modifier and TypeMethodDescriptiongetRolesForGroup(String groupName) Returns the roles for this group or an empty array if no roles are applicable.
-
Method Details
-
getRolesForGroup
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
-