Uses of Interface
org.keycloak.models.cache.CachedUserModel
-
Packages that use CachedUserModel Package Description org.keycloak.credential org.keycloak.models.cache org.keycloak.models.cache.infinispan org.keycloak.storage -
-
Uses of CachedUserModel in org.keycloak.credential
Methods in org.keycloak.credential with parameters of type CachedUserModel Modifier and Type Method Description voidUserCredentialStoreManager. onCache(RealmModel realm, CachedUserModel user, UserModel delegate)Deprecated. -
Uses of CachedUserModel in org.keycloak.models.cache
Subinterfaces of CachedUserModel in org.keycloak.models.cache Modifier and Type Interface Description static interfaceCachedUserModel.StreamsDeprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyMethods in org.keycloak.models.cache with parameters of type CachedUserModel Modifier and Type Method Description voidOnUserCache. onCache(RealmModel realm, CachedUserModel user, UserModel delegate) -
Uses of CachedUserModel in org.keycloak.models.cache.infinispan
Classes in org.keycloak.models.cache.infinispan that implement CachedUserModel Modifier and Type Class Description classUserAdapter -
Uses of CachedUserModel in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type CachedUserModel Modifier and Type Method Description voidUserStorageManager. onCache(RealmModel realm, CachedUserModel user, UserModel delegate)
-