Uses of Interface
org.keycloak.models.cache.CachedUserModel
-
Packages that use CachedUserModel Package Description org.keycloak.models.cache -
-
Uses of CachedUserModel in org.keycloak.models.cache
Subinterfaces of CachedUserModel in org.keycloak.models.cache Modifier and Type Interface Description static interfaceCachedUserModel.StreamsTheCachedUserModel.Streamsinterface differs fromCachedUserModelin that it extends theUserModel.Streamsinterface, allowing implementations ofCachedUserModelto focus on theStream-based methods in theUserModelinterface.Methods in org.keycloak.models.cache with parameters of type CachedUserModel Modifier and Type Method Description voidOnUserCache. onCache(RealmModel realm, CachedUserModel user, UserModel delegate)
-