| Package | Description |
|---|---|
| org.jbpm.casemgmt.api.auth | |
| org.jbpm.casemgmt.impl |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationManager.ProtectedOperation |
AuthorizationManager.ProtectedOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationManager.ProtectedOperation[] |
AuthorizationManager.ProtectedOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationManager.checkOperationAuthorization(String caseId,
AuthorizationManager.ProtectedOperation operation)
Checks if the caller (based on identity provider) is authorized to perform given operation on a case.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationManagerImpl.checkOperationAuthorization(String caseId,
AuthorizationManager.ProtectedOperation operation) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.