Uses of Interface
org.operaton.bpm.engine.impl.identity.ReadOnlyIdentityProvider
Packages that use ReadOnlyIdentityProvider
Package
Description
-
Uses of ReadOnlyIdentityProvider in org.operaton.bpm.engine.impl.identity.db
Classes in org.operaton.bpm.engine.impl.identity.db that implement ReadOnlyIdentityProviderModifier and TypeClassDescriptionclassWritableIdentityProviderimplementation backed by a database.classRead only implementation of DB-backed identity service -
Uses of ReadOnlyIdentityProvider in org.operaton.bpm.engine.impl.interceptor
Methods in org.operaton.bpm.engine.impl.interceptor that return ReadOnlyIdentityProvider -
Uses of ReadOnlyIdentityProvider in org.operaton.bpm.identity.impl.ldap
Classes in org.operaton.bpm.identity.impl.ldap that implement ReadOnlyIdentityProvider -
Uses of ReadOnlyIdentityProvider in org.operaton.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that implement ReadOnlyIdentityProviderModifier and TypeClassDescriptionclassOAuth2 identity provider with fallback forDbIdentityServiceProviderif the Spring security context doesn't contain an authenticated user.