Package org.keycloak.migration.migrators
Class MigrateTo9_0_4
- java.lang.Object
-
- org.keycloak.migration.migrators.MigrateTo9_0_4
-
-
Field Summary
Fields Modifier and Type Field Description static ModelVersionVERSION
-
Constructor Summary
Constructors Constructor Description MigrateTo9_0_4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckAuthConfigNullAlias(RealmModel realm)ModelVersiongetVersion()voidmigrate(KeycloakSession session)voidmigrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)Called after full import of representation.
-
-
-
Field Detail
-
VERSION
public static final ModelVersion VERSION
-
-
Method Detail
-
getVersion
public ModelVersion getVersion()
- Specified by:
getVersionin interfaceMigration
-
migrate
public void migrate(KeycloakSession session)
-
migrateImport
public void migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
Description copied from interface:MigrationCalled after full import of representation. Implementations of this method should try not make assumptions about what was imported from the representations. We have no idea what the user will do to an exported json file.- Specified by:
migrateImportin interfaceMigration
-
checkAuthConfigNullAlias
protected void checkAuthConfigNullAlias(RealmModel realm)
-
-