Uses of Interface
org.camunda.bpm.engine.impl.cfg.CommandChecker
Package
Description
-
Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected List<CommandChecker>
ProcessEngineConfigurationImpl.commandCheckers
Modifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setCommandCheckers
(List<CommandChecker> commandCheckers) -
Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg.auth
Modifier and TypeClassDescriptionclass
CommandChecker
that uses theAuthorizationManager
to perform authorization checks. -
Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionprotected abstract void
AbstractSetBatchStateCmd.checkAccess
(CommandChecker checker, BatchEntity batch) protected void
ActivateBatchCmd.checkAccess
(CommandChecker checker, BatchEntity batch) protected void
SuspendBatchCmd.checkAccess
(CommandChecker checker, BatchEntity batch) -
Uses of CommandChecker in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionvoid
AuthorizationManager.checkCamundaAdminOrPermission
(Consumer<CommandChecker> permissionCheck)