Package | Description |
---|---|
org.jbpm.casemgmt.api.auth |
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.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.