Package org.keycloak.migration.migrators
Class MigrateTo3_2_0
java.lang.Object
org.keycloak.migration.migrators.MigrateTo3_2_0
- All Implemented Interfaces:
Migration
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRoles
(ClientModel realmAccess) void
migrate
(KeycloakSession session) void
migrateImport
(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) Called after full import of representation.protected void
migrateRealm
(KeycloakSession session, RealmModel realm)
-
Field Details
-
VERSION
-
-
Constructor Details
-
MigrateTo3_2_0
public MigrateTo3_2_0()
-
-
Method Details
-
migrate
-
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
-
migrateRealm
-
addRoles
-
getVersion
- Specified by:
getVersion
in interfaceMigration
-