Uses of Class
org.flowable.ui.common.service.idm.cache.UserCache.CachedUser
-
Packages that use UserCache.CachedUser Package Description org.flowable.ui.common.service.idm.cache -
-
Uses of UserCache.CachedUser in org.flowable.ui.common.service.idm.cache
Fields in org.flowable.ui.common.service.idm.cache with type parameters of type UserCache.CachedUser Modifier and Type Field Description protected com.google.common.cache.LoadingCache<String,UserCache.CachedUser>BaseUserCache. userCacheMethods in org.flowable.ui.common.service.idm.cache that return UserCache.CachedUser Modifier and Type Method Description UserCache.CachedUserBaseUserCache. getUser(String userId)UserCache.CachedUserBaseUserCache. getUser(String userId, boolean throwExceptionOnNotFound, boolean throwExceptionOnInactive, boolean checkValidity)UserCache.CachedUserUserCache. getUser(String userId)UserCache.CachedUserUserCache. getUser(String userId, boolean throwExceptionOnNotFound, boolean throwExceptionOnInactive, boolean checkValidity)protected abstract UserCache.CachedUserBaseUserCache. loadUser(String userId)protected UserCache.CachedUserRemoteIdmUserCache. loadUser(String userId)Methods in org.flowable.ui.common.service.idm.cache with parameters of type UserCache.CachedUser Modifier and Type Method Description voidBaseUserCache. putUser(String userId, UserCache.CachedUser cachedUser)voidUserCache. putUser(String userId, UserCache.CachedUser cachedUser)
-