Package org.keycloak.storage.datastore
Class DefaultMigrationManager
java.lang.Object
org.keycloak.storage.datastore.DefaultMigrationManager
- All Implemented Interfaces:
MigrationManager
This wraps the functionality for migrations of the storage.
- Author:
- Alexander Schwartz
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ModelVersion
static final ModelVersion
static final ModelVersion
static final ModelVersion
static final ModelVersion
static final ModelVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModelVersion
void
migrate()
void
migrate
(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
-
Field Details
-
RHSSO_VERSION_7_0_KEYCLOAK_VERSION
-
RHSSO_VERSION_7_1_KEYCLOAK_VERSION
-
RHSSO_VERSION_7_2_KEYCLOAK_VERSION
-
RHSSO_VERSION_7_3_KEYCLOAK_VERSION
-
RHSSO_VERSION_7_4_KEYCLOAK_VERSION
-
SNAPSHOT_VERSION
-
-
Constructor Details
-
DefaultMigrationManager
-
-
Method Details
-
migrate
public void migrate()- Specified by:
migrate
in interfaceMigrationManager
-
migrate
- Specified by:
migrate
in interfaceMigrationManager
-
convertRHSSOVersionToKeycloakVersion
-