Package org.keycloak.storage
Interface MigrationManager
-
- All Known Implementing Classes:
LegacyMigrationManager
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
migrate()
void
migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
-
-
-
Method Detail
-
migrate
void migrate()
-
migrate
void migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
-
-