Uses of Interface
org.camunda.bpm.engine.impl.cfg.CommandChecker

Packages that use CommandChecker
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
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.
 

Uses of CommandChecker in org.camunda.bpm.engine.impl.cmd
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandChecker
protected  void ActivateBatchCmd.checkAccess(CommandChecker checker, BatchEntity batch)
           
protected  void SuspendBatchCmd.checkAccess(CommandChecker checker, BatchEntity batch)
           
protected abstract  void AbstractSetBatchStateCmd.checkAccess(CommandChecker checker, BatchEntity batch)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.