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 interface
UserCache.Streams
Deprecated.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 class
UserCacheSession
Methods in org.keycloak.models.cache.infinispan that return UserCache Modifier and Type Method Description UserCache
InfinispanUserCacheProviderFactory. 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 UserCache
LegacySessionSupportProviderImpl. userCache()
-
Uses of UserCache in org.keycloak.storage
Methods in org.keycloak.storage that return UserCache Modifier and Type Method Description static UserCache
UserStorageUtil. userCache(KeycloakSession session)
-