Uses of Interface
org.camunda.bpm.engine.impl.cfg.CommandChecker
Packages that use CommandChecker
Package
Description
-
Uses of CommandChecker in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type CommandCheckerModifier and TypeFieldDescriptionprotected List<CommandChecker>
ProcessEngineConfigurationImpl.commandCheckers
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type CommandCheckerMethod parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type CommandCheckerModifier and TypeMethodDescriptionvoid
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 CommandCheckerModifier and TypeClassDescriptionclass
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 CommandCheckerModifier 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
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandCheckerModifier 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
Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type CommandCheckerModifier and TypeMethodDescriptionvoid
AuthorizationManager.checkCamundaAdminOrPermission
(Consumer<CommandChecker> permissionCheck)