| 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  | AuthorizationCommandCheckerCommandCheckerthat uses theAuthorizationManagerto perform
 authorization checks. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TenantCommandCheckerCommandCheckerto 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 © 2018. All rights reserved.