Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.cfg.auth | |
org.camunda.bpm.engine.impl.cfg.multitenancy | |
org.camunda.bpm.engine.impl.cmd |
Modifier and Type | Field and Description |
---|---|
protected List<CommandChecker> |
ProcessEngineConfigurationImpl.commandCheckers |
Modifier and Type | Method and Description |
---|---|
List<CommandChecker> |
ProcessEngineConfigurationImpl.getCommandCheckers() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setCommandCheckers(List<CommandChecker> commandCheckers) |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationCommandChecker
CommandChecker that uses the AuthorizationManager to perform
authorization checks. |
Modifier and Type | Class and Description |
---|---|
class |
TenantCommandChecker
CommandChecker to ensure that commands are only executed for
entities which belongs to one of the authenticated tenants. |
Modifier and Type | Method and Description |
---|---|
protected void |
SuspendBatchCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected void |
ActivateBatchCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
protected abstract void |
AbstractSetBatchStateCmd.checkAccess(CommandChecker checker,
BatchEntity batch) |
Copyright © 2017. All rights reserved.