Package org.keycloak.storage
Interface OnCreateComponent
-
- All Known Implementing Classes:
UserCacheSession
,UserStorageManager
public interface OnCreateComponent
Callback for component creation. Only hardcoded classes like UserStorageManager implement it. In future we may allow anybody to implement this interface.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCreate(KeycloakSession session, RealmModel realm, ComponentModel model)
-
-
-
Method Detail
-
onCreate
void onCreate(KeycloakSession session, RealmModel realm, ComponentModel model)
-
-