Uses of Interface
org.keycloak.models.cache.UserCache
- 
Packages that use UserCache Package Description org.keycloak.models.cache org.keycloak.models.cache.infinispan org.keycloak.services.legacysessionsupport org.keycloak.storage 
- 
- 
Uses of UserCache in org.keycloak.models.cacheSubinterfaces of UserCache in org.keycloak.models.cache Modifier and Type Interface Description static interfaceUserCache.StreamsDeprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly
- 
Uses of UserCache in org.keycloak.models.cache.infinispanClasses in org.keycloak.models.cache.infinispan that implement UserCache Modifier and Type Class Description classUserCacheSessionMethods in org.keycloak.models.cache.infinispan that return UserCache Modifier and Type Method Description UserCacheInfinispanUserCacheProviderFactory. create(KeycloakSession session)
- 
Uses of UserCache in org.keycloak.services.legacysessionsupportMethods in org.keycloak.services.legacysessionsupport that return UserCache Modifier and Type Method Description UserCacheLegacySessionSupportProviderImpl. userCache()
- 
Uses of UserCache in org.keycloak.storageMethods in org.keycloak.storage that return UserCache Modifier and Type Method Description static UserCacheUserStorageUtil. userCache(KeycloakSession session)
 
-