Package org.keycloak.storage
Interface OnCreateComponent
- 
- All Known Implementing Classes:
- UserCacheSession,- UserStorageManager
 
 public interface OnCreateComponentCallback 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCreate(KeycloakSession session, RealmModel realm, ComponentModel model)
 
- 
- 
- 
Method Detail- 
onCreatevoid onCreate(KeycloakSession session, RealmModel realm, ComponentModel model) 
 
- 
 
-