| Modifier and Type | Method and Description |
|---|---|
UserCache |
FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration.remoteIdmUserCache(FlowableCommonAppProperties properties,
RemoteIdmService remoteIdmService) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseUserCache
Cache containing User objects to prevent too much DB-traffic (users exist separately from the Flowable tables, they need to be fetched afterward one by one to join with those entities).
|
class |
RemoteIdmUserCache
Cache containing User objects to prevent too much DB-traffic (users exist separately from the Flowable tables, they need to be fetched afterward one by one to join with those entities).
|
| Modifier and Type | Field and Description |
|---|---|
protected UserCache |
UserDetailsService.userCache |
| Modifier and Type | Class and Description |
|---|---|
class |
IdmIdentityServiceUserCacheImpl
Cache containing User objects to prevent too much DB-traffic (users exist separately from the Flowable tables, they need to be fetched afterward one by one to join with those entities).
|
| Modifier and Type | Field and Description |
|---|---|
protected UserCache |
HistoricTaskQueryResource.userCache |
protected UserCache |
AbstractRelatedContentResource.userCache |
| Modifier and Type | Field and Description |
|---|---|
protected UserCache |
FlowableProcessInstanceService.userCache |
protected UserCache |
FlowableTaskQueryService.userCache |
protected UserCache |
FlowableProcessInstanceQueryService.userCache |
protected UserCache |
FlowableCaseInstanceService.userCache |
protected UserCache |
FlowableCaseInstanceQueryService.userCache |
protected UserCache |
FlowableAbstractTaskService.userCache |
Copyright © 2023 Flowable. All rights reserved.