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