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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmigrate()voidmigrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
 
- 
- 
- 
Method Detail- 
migratevoid migrate() 
 - 
migratevoid migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) 
 
- 
 
-