Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
Packages that use AuthorizationManager Package Description org.camunda.bpm.engine.impl.cfg.auth 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 Modifier and Type Method Description protected AuthorizationManagerAuthorizationCommandChecker. getAuthorizationManager()protected AuthorizationManagerDefaultAuthorizationProvider. getAuthorizationManager() -
Uses of AuthorizationManager in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor that return AuthorizationManager Modifier and Type Method Description AuthorizationManagerCommandContext. getAuthorizationManager() -
Uses of AuthorizationManager in org.camunda.bpm.engine.impl.persistence
Methods in org.camunda.bpm.engine.impl.persistence that return AuthorizationManager Modifier and Type Method Description protected AuthorizationManagerAbstractManager. getAuthorizationManager()
-