Uses of Interface
org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Packages that use CommandChecker 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 -
-
Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type CommandChecker Modifier and Type Field Description protected List<CommandChecker>
ProcessEngineConfigurationImpl. commandCheckers
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type CommandChecker Modifier and Type Method Description List<CommandChecker>
ProcessEngineConfigurationImpl. getCommandCheckers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type CommandChecker Modifier and Type Method Description 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 Modifier and Type Class Description class
AuthorizationCommandChecker
CommandChecker
that uses theAuthorizationManager
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 Modifier and Type Class Description class
TenantCommandChecker
CommandChecker
to ensure that commands are only executed for entities which belongs to one of the authenticated tenants. -
Uses of CommandChecker in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandChecker Modifier and Type Method Description protected abstract void
AbstractSetBatchStateCmd. checkAccess(CommandChecker checker, BatchEntity batch)
protected void
ActivateBatchCmd. checkAccess(CommandChecker checker, BatchEntity batch)
protected void
SuspendBatchCmd. checkAccess(CommandChecker checker, BatchEntity batch)
-