Package org.keycloak.storage
Class ImportRealmFromRepresentationEvent
- java.lang.Object
-
- org.keycloak.storage.ImportRealmFromRepresentationEvent
-
- All Implemented Interfaces:
ProviderEvent
@Deprecated public class ImportRealmFromRepresentationEvent 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 Summary
Constructors Constructor Description ImportRealmFromRepresentationEvent(KeycloakSession session, RealmRepresentation realmRepresentation)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RealmModel
fire(KeycloakSession session, RealmRepresentation rep)
Deprecated.RealmModel
getRealmModel()
Deprecated.RealmRepresentation
getRealmRepresentation()
Deprecated.KeycloakSession
getSession()
Deprecated.void
setRealmModel(RealmModel realmModel)
Deprecated.
-
-
-
Constructor Detail
-
ImportRealmFromRepresentationEvent
public ImportRealmFromRepresentationEvent(KeycloakSession session, RealmRepresentation realmRepresentation)
Deprecated.
-
-
Method Detail
-
fire
public static RealmModel fire(KeycloakSession session, RealmRepresentation rep)
Deprecated.
-
getSession
public KeycloakSession getSession()
Deprecated.
-
getRealmRepresentation
public RealmRepresentation getRealmRepresentation()
Deprecated.
-
setRealmModel
public void setRealmModel(RealmModel realmModel)
Deprecated.
-
getRealmModel
public RealmModel getRealmModel()
Deprecated.
-
-