Package org.opencastproject.security.api
Interface Group
public interface Group
Represent a group in Opencast
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ROLE_PREFIX
Prefix of every generated group role- See Also:
-
-
Method Details
-
getGroupId
String getGroupId()Gets the group identifier.- Returns:
- the group identifier
-
getName
String getName()Gets the group name.- Returns:
- the group name
-
getOrganization
Organization getOrganization()Gets the user's organization.- Returns:
- the organization
-
getDescription
String getDescription()Gets the role description.- Returns:
- the description
-
getRole
String getRole()Gets the group role.- Returns:
- the group role
-
getMembers
Gets the group members- Returns:
- the group members
-
getRoles
Gets the group's roles.- Returns:
- the group's roles
-