Uses of Interface
org.keycloak.models.cache.UserCache
-
Packages that use UserCache Package Description org.keycloak.models org.keycloak.models.cache -
-
Uses of UserCache in org.keycloak.models
Methods in org.keycloak.models that return UserCache Modifier and Type Method Description UserCacheKeycloakSession. userCache()The user cache -
Uses of UserCache in org.keycloak.models.cache
Subinterfaces of UserCache in org.keycloak.models.cache Modifier and Type Interface Description static interfaceUserCache.StreamsTheUserCache.Streamsinterface differs fromUserCachein that it extends theUserProvider.Streamsinterface, allowing implementations ofUserCacheto focus on theStream-based methods in theUserProviderinterface.
-