| Package | Description |
|---|---|
| org.opencastproject.security.api |
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbRole> |
JaxbRoleList.roles
A list of roles.
|
protected Set<JaxbRole> |
JaxbGroup.roles |
protected Set<JaxbRole> |
JaxbUser.roles
The roles
|
| Modifier and Type | Method and Description |
|---|---|
static JaxbRole |
JaxbRole.fromRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
List<JaxbRole> |
JaxbRoleList.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbRoleList.setRoles(List<JaxbRole> roles) |
| Constructor and Description |
|---|
JaxbRoleList(JaxbRole role) |
JaxbUser(String userName,
String provider,
JaxbOrganization organization,
JaxbRole... roles)
Constructs a user which is a member of the given organization that has the specified roles and no password set.
|
JaxbUser(String userName,
String password,
String provider,
JaxbOrganization organization,
JaxbRole... roles)
Constructs a user which is a member of the given organization that has the specified roles.
|
| Constructor and Description |
|---|
JaxbGroup(String groupId,
JaxbOrganization organization,
String name,
String description,
Set<JaxbRole> roles)
Constructs a group with the specified groupId, name, description, group role and roles.
|
JaxbGroup(String groupId,
JaxbOrganization organization,
String name,
String description,
Set<JaxbRole> roles,
Set<String> members)
Constructs a group with the specified groupId, name, description, group role and roles.
|
JaxbRoleList(Collection<JaxbRole> roles) |
JaxbUser(String userName,
String provider,
JaxbOrganization organization,
Set<JaxbRole> roles)
Constructs a user which is a member of the given organization that has the specified roles and no password set.
|
JaxbUser(String userName,
String password,
String provider,
JaxbOrganization organization,
Set<JaxbRole> roles)
Constructs a user which is a member of the given organization that has the specified roles.
|
JaxbUser(String userName,
String password,
String name,
String email,
String provider,
JaxbOrganization organization,
Set<JaxbRole> roles)
Constructs a user which is a member of the given organization that has the specified roles.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.