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 TypeMethodDescriptionvoidUserCacheSession.registerUserInvalidation(CachedUser user) protected UserModelUserCacheSession.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)