Package org.keycloak.storage
Class PartialImportRealmFromRepresentationEvent
- java.lang.Object
- 
- org.keycloak.storage.PartialImportRealmFromRepresentationEvent
 
- 
- All Implemented Interfaces:
- ProviderEvent
 
 @Deprecated public class PartialImportRealmFromRepresentationEvent extends Object implements ProviderEvent Deprecated.Event to trigger that will complete the import for a given realm representation. This event was created as the import of a JSON via the UI/REST API can be called using a JSON representation that contains only the name of the realm and if it is enabled. In the future, this might not be needed if this is done when the legacy store migration is complete and the functionality is bundled within the map storage.- Author:
- Alexander Schwartz
 
- 
- 
Constructor SummaryConstructors Constructor Description PartialImportRealmFromRepresentationEvent(KeycloakSession session, PartialImportRepresentation rep, RealmModel realm)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PartialImportResultsfire(KeycloakSession session, PartialImportRepresentation rep, RealmModel realm)Deprecated.PartialImportResultsgetPartialImportResults()Deprecated.RealmModelgetRealm()Deprecated.PartialImportRepresentationgetRep()Deprecated.KeycloakSessiongetSession()Deprecated.voidsetPartialImportResults(PartialImportResults partialImportResults)Deprecated.
 
- 
- 
- 
Constructor Detail- 
PartialImportRealmFromRepresentationEventpublic PartialImportRealmFromRepresentationEvent(KeycloakSession session, PartialImportRepresentation rep, RealmModel realm) Deprecated.
 
- 
 - 
Method Detail- 
firepublic static PartialImportResults fire(KeycloakSession session, PartialImportRepresentation rep, RealmModel realm) Deprecated.
 - 
getSessionpublic KeycloakSession getSession() Deprecated.
 - 
getReppublic PartialImportRepresentation getRep() Deprecated.
 - 
setPartialImportResultspublic void setPartialImportResults(PartialImportResults partialImportResults) Deprecated.
 - 
getPartialImportResultspublic PartialImportResults getPartialImportResults() Deprecated.
 - 
getRealmpublic RealmModel getRealm() Deprecated.
 
- 
 
-