Package org.keycloak.migration.migrators
Class MigrateTo22_0_0
java.lang.Object
org.keycloak.migration.migrators.RealmMigration
org.keycloak.migration.migrators.MigrateTo22_0_0
- All Implemented Interfaces:
Migration
- Author:
- Marek Posolda
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
migrateImport
(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) Called after full import of representation.void
migrateRealm
(KeycloakSession session, RealmModel realm) Methods inherited from class org.keycloak.migration.migrators.RealmMigration
migrate
-
Field Details
-
VERSION
-
HTTP_CHALLENGE_FLOW
- See Also:
-
-
Constructor Details
-
MigrateTo22_0_0
public MigrateTo22_0_0()
-
-
Method Details
-
migrateRealm
- Specified by:
migrateRealm
in classRealmMigration
-
migrateImport
public void migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) Description copied from interface:Migration
Called 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:
migrateImport
in interfaceMigration
- Overrides:
migrateImport
in classRealmMigration
-
getVersion
-