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.cache
Subinterfaces 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.infinispan
Classes 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.legacysessionsupport
Methods in org.keycloak.services.legacysessionsupport that return UserCache Modifier and Type Method Description UserCacheLegacySessionSupportProviderImpl. userCache() -
Uses of UserCache in org.keycloak.storage
Methods in org.keycloak.storage that return UserCache Modifier and Type Method Description static UserCacheUserStorageUtil. userCache(KeycloakSession session)
-