Uses of Interface
org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
-
Packages that use ReadOnlyIdentityProvider Package Description org.camunda.bpm.engine.impl.identity.db org.camunda.bpm.engine.impl.interceptor -
-
Uses of ReadOnlyIdentityProvider in org.camunda.bpm.engine.impl.identity.db
Classes in org.camunda.bpm.engine.impl.identity.db that implement ReadOnlyIdentityProvider Modifier and Type Class Description classDbIdentityServiceProviderWritableIdentityProviderimplementation backed by a database.classDbReadOnlyIdentityServiceProviderRead only implementation of DB-backed identity service -
Uses of ReadOnlyIdentityProvider in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor that return ReadOnlyIdentityProvider Modifier and Type Method Description ReadOnlyIdentityProviderCommandContext. getReadOnlyIdentityProvider()
-