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
Modifier and TypeMethodDescriptionvoidonCreate(KeycloakSession session, RealmModel realm, ComponentModel model)  
- 
Method Details
- 
onCreate
 
 -