public class MigrateTo8_0_0 extends Object implements Migration
Modifier and Type | Field and Description |
---|---|
static ModelVersion |
VERSION |
Constructor and Description |
---|
MigrateTo8_0_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.
|
static void |
migrateOptionalAuthenticationExecution(RealmModel realm,
AuthenticationFlowModel parentFlow,
AuthenticationExecutionModel optionalExecution,
boolean updateOptionalExecution) |
protected void |
migrateRealmCommon(RealmModel realm) |
protected void |
migrateRealmMFA(RealmModel realm) |
public static final ModelVersion VERSION
public ModelVersion getVersion()
getVersion
in interface Migration
public void migrate(KeycloakSession session)
public void migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
Migration
migrateImport
in interface Migration
protected void migrateRealmCommon(RealmModel realm)
protected void migrateRealmMFA(RealmModel realm)
public static void migrateOptionalAuthenticationExecution(RealmModel realm, AuthenticationFlowModel parentFlow, AuthenticationExecutionModel optionalExecution, boolean updateOptionalExecution)
Copyright © 2021 JBoss by Red Hat. All rights reserved.