Uses of Interface
org.camunda.bpm.engine.impl.cfg.CommandChecker
-
-
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 java.util.List<CommandChecker>ProcessEngineConfigurationImpl. commandCheckersMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type CommandChecker Modifier and Type Method Description java.util.List<CommandChecker>ProcessEngineConfigurationImpl. getCommandCheckers()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type CommandChecker Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCommandCheckers(java.util.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 classAuthorizationCommandCheckerCommandCheckerthat uses theAuthorizationManagerto 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 classTenantCommandCheckerCommandCheckerto 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 voidAbstractSetBatchStateCmd. checkAccess(CommandChecker checker, BatchEntity batch)protected voidActivateBatchCmd. checkAccess(CommandChecker checker, BatchEntity batch)protected voidSuspendBatchCmd. 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 CommandChecker Modifier and Type Method Description voidAuthorizationManager. checkCamundaAdminOrPermission(java.util.function.Consumer<CommandChecker> permissionCheck)
-