Uses of Class
org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
Packages that use DbReadOnlyIdentityServiceProvider
Package
Description
-
Uses of DbReadOnlyIdentityServiceProvider in org.camunda.bpm.engine.impl.identity.db
Subclasses of DbReadOnlyIdentityServiceProvider in org.camunda.bpm.engine.impl.identity.dbModifier and TypeClassDescriptionclass
WritableIdentityProvider
implementation backed by a database.Methods in org.camunda.bpm.engine.impl.identity.db that return DbReadOnlyIdentityServiceProviderModifier and TypeMethodDescriptionprotected DbReadOnlyIdentityServiceProvider
DbGroupQueryImpl.getIdentityProvider
(CommandContext commandContext) protected DbReadOnlyIdentityServiceProvider
DbTenantQueryImpl.getIdentityProvider
(CommandContext commandContext) -
Uses of DbReadOnlyIdentityServiceProvider in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Subclasses of DbReadOnlyIdentityServiceProvider in org.camunda.bpm.spring.boot.starter.security.oauth2.implModifier and TypeClassDescriptionclass
OAuth2 identity provider with fallback forDbIdentityServiceProvider
if the Spring security context doesn't contain an authenticated user.