Uses of Interface
org.flowable.ui.common.service.idm.cache.UserCache
-
Packages that use UserCache Package Description org.flowable.ui.common.security org.flowable.ui.common.service.idm.cache -
-
Uses of UserCache in org.flowable.ui.common.security
Methods in org.flowable.ui.common.security that return UserCache Modifier and Type Method Description UserCacheFlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration. remoteIdmUserCache(FlowableCommonAppProperties properties, RemoteIdmService remoteIdmService) -
Uses of UserCache in org.flowable.ui.common.service.idm.cache
Classes in org.flowable.ui.common.service.idm.cache that implement UserCache Modifier and Type Class Description classBaseUserCacheCache 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).classRemoteIdmUserCacheCache 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).
-