Uses of Class
org.keycloak.migration.ModelVersion
-
Packages that use ModelVersion Package Description org.keycloak.migration org.keycloak.migration.migrators org.keycloak.storage.datastore -
-
Uses of ModelVersion in org.keycloak.migration
Methods in org.keycloak.migration with parameters of type ModelVersion Modifier and Type Method Description boolean
ModelVersion. lessThan(ModelVersion version)
-
Uses of ModelVersion in org.keycloak.migration.migrators
Fields in org.keycloak.migration.migrators declared as ModelVersion Modifier and Type Field Description static ModelVersion
MigrateTo1_2_0. VERSION
static ModelVersion
MigrateTo1_3_0. VERSION
static ModelVersion
MigrateTo1_4_0. VERSION
static ModelVersion
MigrateTo1_5_0. VERSION
static ModelVersion
MigrateTo1_6_0. VERSION
static ModelVersion
MigrateTo1_7_0. VERSION
static ModelVersion
MigrateTo1_8_0. VERSION
static ModelVersion
MigrateTo1_9_0. VERSION
static ModelVersion
MigrateTo1_9_2. VERSION
static ModelVersion
MigrateTo12_0_0. VERSION
static ModelVersion
MigrateTo14_0_0. VERSION
static ModelVersion
MigrateTo18_0_0. VERSION
static ModelVersion
MigrateTo2_0_0. VERSION
static ModelVersion
MigrateTo2_1_0. VERSION
static ModelVersion
MigrateTo2_2_0. VERSION
static ModelVersion
MigrateTo2_3_0. VERSION
static ModelVersion
MigrateTo2_5_0. VERSION
static ModelVersion
MigrateTo20_0_0. VERSION
static ModelVersion
MigrateTo21_0_0. VERSION
static ModelVersion
MigrateTo3_0_0. VERSION
static ModelVersion
MigrateTo3_1_0. VERSION
static ModelVersion
MigrateTo3_2_0. VERSION
static ModelVersion
MigrateTo3_4_0. VERSION
static ModelVersion
MigrateTo3_4_1. VERSION
static ModelVersion
MigrateTo3_4_2. VERSION
static ModelVersion
MigrateTo4_0_0. VERSION
static ModelVersion
MigrateTo4_2_0. VERSION
static ModelVersion
MigrateTo4_6_0. VERSION
static ModelVersion
MigrateTo6_0_0. VERSION
static ModelVersion
MigrateTo8_0_0. VERSION
static ModelVersion
MigrateTo8_0_2. VERSION
static ModelVersion
MigrateTo9_0_0. VERSION
static ModelVersion
MigrateTo9_0_4. VERSION
-
Uses of ModelVersion in org.keycloak.storage.datastore
Fields in org.keycloak.storage.datastore declared as ModelVersion Modifier and Type Field Description static ModelVersion
LegacyMigrationManager. RHSSO_VERSION_7_0_KEYCLOAK_VERSION
static ModelVersion
LegacyMigrationManager. RHSSO_VERSION_7_1_KEYCLOAK_VERSION
static ModelVersion
LegacyMigrationManager. RHSSO_VERSION_7_2_KEYCLOAK_VERSION
static ModelVersion
LegacyMigrationManager. RHSSO_VERSION_7_3_KEYCLOAK_VERSION
static ModelVersion
LegacyMigrationManager. RHSSO_VERSION_7_4_KEYCLOAK_VERSION
Methods in org.keycloak.storage.datastore that return ModelVersion Modifier and Type Method Description static ModelVersion
LegacyMigrationManager. convertRHSSOVersionToKeycloakVersion(String version)
-