Class MigrateTo8_0_2

    • Constructor Detail

      • MigrateTo8_0_2

        public MigrateTo8_0_2()
    • Method Detail

      • 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 interface Migration
      • migrateAuthenticationFlowsWithAlternativeRequirements

        protected void migrateAuthenticationFlowsWithAlternativeRequirements​(RealmModel realm)