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 ResourceAuthorizationProvider
ProcessEngineConfigurationImpl. resourceAuthorizationProvider
Methods in org.camunda.bpm.engine.impl.cfg that return ResourceAuthorizationProvider Modifier and Type Method Description ResourceAuthorizationProvider
ProcessEngineConfigurationImpl. getResourceAuthorizationProvider()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ResourceAuthorizationProvider Modifier and Type Method Description void
ProcessEngineConfigurationImpl. 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 class
DefaultAuthorizationProvider
Provides 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 ResourceAuthorizationProvider
AbstractManager. 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 ResourceAuthorizationProvider
TaskEntity. getResourceAuthorizationProvider()
-