Class LegacyMigrationManager

java.lang.Object
org.keycloak.storage.datastore.LegacyMigrationManager
All Implemented Interfaces:
MigrationManager

public class LegacyMigrationManager extends Object implements MigrationManager
This wraps the functionality for migrations of the legacy storage. This will be handled differently for the new map storage, therefore, it has been extracted.
Author:
Alexander Schwartz
  • Field Details

    • RHSSO_VERSION_7_0_KEYCLOAK_VERSION

      public static final ModelVersion RHSSO_VERSION_7_0_KEYCLOAK_VERSION
    • RHSSO_VERSION_7_1_KEYCLOAK_VERSION

      public static final ModelVersion RHSSO_VERSION_7_1_KEYCLOAK_VERSION
    • RHSSO_VERSION_7_2_KEYCLOAK_VERSION

      public static final ModelVersion RHSSO_VERSION_7_2_KEYCLOAK_VERSION
    • RHSSO_VERSION_7_3_KEYCLOAK_VERSION

      public static final ModelVersion RHSSO_VERSION_7_3_KEYCLOAK_VERSION
    • RHSSO_VERSION_7_4_KEYCLOAK_VERSION

      public static final ModelVersion RHSSO_VERSION_7_4_KEYCLOAK_VERSION
  • Constructor Details

    • LegacyMigrationManager

      public LegacyMigrationManager(KeycloakSession session)
  • Method Details