Package org.keycloak.models
Interface RealmModel.RealmRemovedEvent
- 
- All Superinterfaces:
- ProviderEvent
 - Enclosing interface:
- RealmModel
 
 public static interface RealmModel.RealmRemovedEvent extends ProviderEvent 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description KeycloakSessiongetKeycloakSession()RealmModelgetRealm()
 
- 
- 
- 
Method Detail- 
getRealmRealmModel getRealm() 
 - 
getKeycloakSessionKeycloakSession getKeycloakSession() 
 
- 
 
-