| Package | Description |
|---|---|
| org.opencastproject.security.api |
| Modifier and Type | Field and Description |
|---|---|
protected Role.Type |
JaxbRole.type |
| Modifier and Type | Method and Description |
|---|---|
Role.Type |
Role.getType()
Returns the role's
Role.Type |
Role.Type |
JaxbRole.getType()
Returns the role's
Role.Type |
static Role.Type |
Role.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.Type[] |
Role.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JaxbRole(String name,
JaxbOrganization organization,
String description,
Role.Type type)
Constructs a role with the specified name, organization, description, and persistence settings.
|
JaxbRole(String name,
String organizationId,
String description,
Role.Type type)
Constructs a role with the specified name, organization identifier, description, and persistence settings.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.