| Package | Description |
|---|---|
| org.opencastproject.security.api |
| Modifier and Type | Method and Description |
|---|---|
static Role.Target |
Role.Target.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.Target[] |
Role.Target.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Role> |
RoleProvider.findRoles(String query,
Role.Target target,
int offset,
int limit)
Return the found roles as an iterator.
|
Iterator<Role> |
RoleDirectoryService.findRoles(String query,
Role.Target target,
int offset,
int limit)
Return the found roles as an iterator.
|
Copyright © 2009–2020 Opencast Project. All rights reserved.