Package org.keycloak.storage
Interface MigrationManager
-
- All Known Implementing Classes:
LegacyMigrationManager
public interface MigrationManagerHandle 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 voidmigrate()voidmigrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
-
-
-
Method Detail
-
migrate
void migrate()
-
migrate
void migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
-
-