Uses of Class
org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
Package
Description
-
Uses of DbReadOnlyIdentityServiceProvider in org.camunda.bpm.engine.impl.identity.db
Modifier and TypeClassDescriptionclass
WritableIdentityProvider
implementation backed by a database.Modifier 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
Modifier and TypeClassDescriptionclass
OAuth2 identity provider with fallback forDbIdentityServiceProvider
if the Spring security context doesn't contain an authenticated user.