Interface MigrationManager

All Known Implementing Classes:
DefaultMigrationManager

public interface MigrationManager
Handle the migration of the datastore and an imported realm representation. Will eventually be handled by the store directly.
Author:
Alexander Schwartz
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    migrate(RealmModel realm, org.keycloak.representations.idm.RealmRepresentation rep, boolean skipUserDependent)
     
  • Method Details

    • migrate

      void migrate()
    • migrate

      void migrate(RealmModel realm, org.keycloak.representations.idm.RealmRepresentation rep, boolean skipUserDependent)