Package org.keycloak.models.cache
Interface OnUserCache
-
- All Known Implementing Classes:
UserCredentialStoreManager
,UserStorageManager
public interface OnUserCache
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCache(RealmModel realm, CachedUserModel user, UserModel delegate)
-
-
-
Method Detail
-
onCache
void onCache(RealmModel realm, CachedUserModel user, UserModel delegate)
-
-