| Package | Description |
|---|---|
| org.opencastproject.security.api |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOrganization
The default organization.
|
| Modifier and Type | Field and Description |
|---|---|
protected JaxbOrganization |
JaxbGroup.organization |
protected JaxbOrganization |
JaxbRole.organization |
protected JaxbOrganization |
JaxbUser.organization
The user's home organization identifier
|
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbOrganization> |
JaxbOrganizationList.organizations
The list of organizations
|
| Modifier and Type | Method and Description |
|---|---|
static JaxbOrganization |
JaxbOrganization.fromOrganization(Organization org)
Constructs an organization from an organization
|
| Modifier and Type | Method and Description |
|---|---|
List<JaxbOrganization> |
JaxbOrganizationList.getOrganizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbOrganizationList.setOrganizations(List<JaxbOrganization> organizations) |
| Constructor and Description |
|---|
JaxbGroup(String groupId,
JaxbOrganization organization,
String name,
String description)
Constructs a group with the specified groupId, name, description and group role.
|
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.
|
JaxbRole(String name,
JaxbOrganization organization)
Constructs a role with the specified name and organization.
|
JaxbRole(String name,
JaxbOrganization organization,
String description)
Constructs a role with the specified name, organization and description.
|
JaxbRole(String name,
JaxbOrganization organization,
String description,
Role.Type type)
Constructs a role with the specified name, organization, description, and persistence settings.
|
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 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,
JaxbRole... roles)
Constructs a user which is a member of the given organization that has the specified roles.
|
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.
|
| Constructor and Description |
|---|
JaxbOrganizationList(List<JaxbOrganization> organizations)
Constructs a new OrganizationList wrapper from a list of organizations.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.