Package org.keycloak.migration.migrators
Class MigrateTo1_9_0
- java.lang.Object
-
- org.keycloak.migration.migrators.MigrateTo1_9_0
-
- All Implemented Interfaces:
Migration
public class MigrateTo1_9_0 extends Object implements Migration
- Author:
- Marek Posolda
-
-
Field Summary
Fields Modifier and Type Field Description static ModelVersion
VERSION
-
Constructor Summary
Constructors Constructor Description MigrateTo1_9_0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelVersion
getVersion()
void
migrate(KeycloakSession session)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.migration.migrators.Migration
migrateImport
-
-
-
-
Field Detail
-
VERSION
public static final ModelVersion VERSION
-
-
Method Detail
-
getVersion
public ModelVersion getVersion()
- Specified by:
getVersion
in interfaceMigration
-
migrate
public void migrate(KeycloakSession session)
-
-