|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandChecker | |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.cfg.auth | |
| org.camunda.bpm.engine.impl.cfg.multitenancy | |
| Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type CommandChecker | |
|---|---|
protected List<CommandChecker> |
ProcessEngineConfigurationImpl.commandCheckers
|
| Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type CommandChecker | |
|---|---|
List<CommandChecker> |
ProcessEngineConfigurationImpl.getCommandCheckers()
|
| Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type CommandChecker | |
|---|---|
void |
ProcessEngineConfigurationImpl.setCommandCheckers(List<CommandChecker> commandCheckers)
|
| Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg.auth |
|---|
| Classes in org.camunda.bpm.engine.impl.cfg.auth that implement CommandChecker | |
|---|---|
class |
AuthorizationCommandChecker
CommandChecker that uses the AuthorizationManager to perform
authorization checks. |
| Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg.multitenancy |
|---|
| Classes in org.camunda.bpm.engine.impl.cfg.multitenancy that implement CommandChecker | |
|---|---|
class |
TenantCommandChecker
CommandChecker to ensure that commands are only executed for
entities which belongs to one of the authenticated tenants. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||