| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.configuration | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
static TaskanaRole |
TaskanaRole.fromPropertyName(String name) |
static TaskanaRole |
TaskanaRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskanaRole[] |
TaskanaRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskanaEngine.checkRoleMembership(TaskanaRole... roles)
Checks whether current user is member of any of the specified roles.
|
boolean |
TaskanaEngine.isUserInRole(TaskanaRole... roles)
check whether the current user is member of one of the roles specified.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<TaskanaRole,Set<String>> |
TaskanaEngineConfiguration.roleMap |
| Modifier and Type | Method and Description |
|---|---|
Map<TaskanaRole,Set<String>> |
TaskanaEngineConfiguration.getRoleMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskanaEngineConfiguration.setRoleMap(Map<TaskanaRole,Set<String>> roleMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskanaEngineImpl.checkRoleMembership(TaskanaRole... roles)
Checks whether current user is member of any of the specified roles.
|
boolean |
TaskanaEngineImpl.isUserInRole(TaskanaRole... roles)
check whether the current user is member of one of the roles specified.
|
Copyright © 2019. All rights reserved.