public class MigrateTo1_4_0 extends Object implements Migration
| Modifier and Type | Field and Description |
|---|---|
static ModelVersion |
VERSION |
| Constructor and Description |
|---|
MigrateTo1_4_0() |
| Modifier and Type | Method and Description |
|---|---|
ModelVersion |
getVersion() |
void |
migrate(KeycloakSession session) |
void |
migrateImport(KeycloakSession session,
RealmModel realm,
RealmRepresentation rep,
boolean skipUserDependent)
Called after full import of representation.
|
protected void |
migrateRealm(KeycloakSession session,
RealmModel realm) |
public static final ModelVersion VERSION
public ModelVersion getVersion()
getVersion in interface Migrationpublic void migrate(KeycloakSession session)
protected void migrateRealm(KeycloakSession session, RealmModel realm)
public void migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
MigrationmigrateImport in interface MigrationCopyright © 2021 JBoss by Red Hat. All rights reserved.