Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager

Packages that use AuthorizationManager
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.interceptor   
org.camunda.bpm.engine.impl.persistence   
 

Uses of AuthorizationManager in org.camunda.bpm.engine.impl.cfg.auth
 

Methods in org.camunda.bpm.engine.impl.cfg.auth that return AuthorizationManager
protected  AuthorizationManager DefaultAuthorizationProvider.getAuthorizationManager()
           
 

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

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type AuthorizationManager
protected  void SignalEventReceivedCmd.checkAuthorizationOfCatchSignals(AuthorizationManager authorizationManager, List<SignalEventSubscriptionEntity> catchSignalEventSubscription)
           
protected  void DeployCmd.checkReadDeployments(AuthorizationManager authorizationManager, Set<String> deploymentIds)
           
 

Uses of AuthorizationManager in org.camunda.bpm.engine.impl.interceptor
 

Methods in org.camunda.bpm.engine.impl.interceptor that return AuthorizationManager
 AuthorizationManager CommandContext.getAuthorizationManager()
           
 

Uses of AuthorizationManager in org.camunda.bpm.engine.impl.persistence
 

Methods in org.camunda.bpm.engine.impl.persistence that return AuthorizationManager
protected  AuthorizationManager AbstractManager.getAuthorizationManager()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.