| Package | Description |
|---|---|
| org.flowable.ui.common.security | |
| org.flowable.ui.common.service.idm.cache |
| 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).
|
Copyright © 2021 Flowable. All rights reserved.