Uses of Interface
org.keycloak.models.cache.UserCache
-
Packages that use UserCache Package Description org.keycloak.models.cache 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.StreamsTheUserCache.Streamsinterface differs fromUserCachein that it extends theUserProvider.Streamsinterface, allowing implementations ofUserCacheto focus on theStream-based methods in theUserProviderinterface. -
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)
-