Uses of Class
org.keycloak.models.cache.infinispan.entities.CachedUser
Packages that use CachedUser
-
Uses of CachedUser in org.keycloak.models.cache.infinispan
Fields in org.keycloak.models.cache.infinispan declared as CachedUserMethods in org.keycloak.models.cache.infinispan with parameters of type CachedUserModifier and TypeMethodDescriptionvoid
UserCacheSession.registerUserInvalidation
(CachedUser user) protected UserModel
UserCacheSession.validateCache
(RealmModel realm, CachedUser cached, Supplier<UserModel> supplier) Constructors in org.keycloak.models.cache.infinispan with parameters of type CachedUserModifierConstructorDescriptionUserAdapter
(CachedUser cached, UserCacheSession userProvider, KeycloakSession keycloakSession, RealmModel realm)