public interface Group
| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE_PREFIX
Prefix of every generated group role
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the role description.
|
String |
getGroupId()
Gets the group identifier.
|
Set<String> |
getMembers()
Gets the group members
|
String |
getName()
Gets the group name.
|
Organization |
getOrganization()
Gets the user's organization.
|
String |
getRole()
Gets the group role.
|
Set<Role> |
getRoles()
Gets the group's roles.
|
static final String ROLE_PREFIX
String getGroupId()
String getName()
Organization getOrganization()
String getDescription()
String getRole()
Copyright © 2009–2021 Opencast Project. All rights reserved.