Uses of Interface
org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
-
-
Uses of ResourceAuthorizationProvider in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ResourceAuthorizationProvider Modifier and Type Field Description protected ResourceAuthorizationProviderProcessEngineConfigurationImpl. resourceAuthorizationProviderMethods in org.camunda.bpm.engine.impl.cfg that return ResourceAuthorizationProvider Modifier and Type Method Description ResourceAuthorizationProviderProcessEngineConfigurationImpl. getResourceAuthorizationProvider()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ResourceAuthorizationProvider Modifier and Type Method Description voidProcessEngineConfigurationImpl. setResourceAuthorizationProvider(ResourceAuthorizationProvider resourceAuthorizationProvider) -
Uses of ResourceAuthorizationProvider in org.camunda.bpm.engine.impl.cfg.auth
Classes in org.camunda.bpm.engine.impl.cfg.auth that implement ResourceAuthorizationProvider Modifier and Type Class Description classDefaultAuthorizationProviderProvides the default authorizations for Camunda Platform. -
Uses of ResourceAuthorizationProvider in org.camunda.bpm.engine.impl.persistence
Methods in org.camunda.bpm.engine.impl.persistence that return ResourceAuthorizationProvider Modifier and Type Method Description protected ResourceAuthorizationProviderAbstractManager. getResourceAuthorizationProvider() -
Uses of ResourceAuthorizationProvider in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return ResourceAuthorizationProvider Modifier and Type Method Description protected ResourceAuthorizationProviderTaskEntity. getResourceAuthorizationProvider()
-