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.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.storage
Methods in org.keycloak.storage that return UserCache Modifier and Type Method Description static UserCacheUserStorageUtil. userCache(KeycloakSession session)
-