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 void
UserCredentialStoreManager. 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 interface
CachedUserModel.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 directlyMethods in org.keycloak.models.cache with parameters of type CachedUserModel Modifier and Type Method Description void
OnUserCache. 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 class
UserAdapter
-
Uses of CachedUserModel in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type CachedUserModel Modifier and Type Method Description void
UserStorageManager. onCache(RealmModel realm, CachedUserModel user, UserModel delegate)
-