Uses of Class
org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
-
Packages that use DbReadOnlyIdentityServiceProvider Package Description org.camunda.bpm.engine.impl.identity.db -
-
Uses of DbReadOnlyIdentityServiceProvider in org.camunda.bpm.engine.impl.identity.db
Subclasses of DbReadOnlyIdentityServiceProvider in org.camunda.bpm.engine.impl.identity.db Modifier and Type Class Description class
DbIdentityServiceProvider
WritableIdentityProvider
implementation backed by a database.Methods in org.camunda.bpm.engine.impl.identity.db that return DbReadOnlyIdentityServiceProvider Modifier and Type Method Description protected DbReadOnlyIdentityServiceProvider
DbGroupQueryImpl. getIdentityProvider(CommandContext commandContext)
protected DbReadOnlyIdentityServiceProvider
DbTenantQueryImpl. getIdentityProvider(CommandContext commandContext)
-