Package org.keycloak.migration
Interface MigrationModel
-
- All Known Implementing Classes:
MigrationModelAdapter
public interface MigrationModel
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getResourcesTag()
Deprecated.String
getStoredVersion()
void
setStoredVersion(String version)
-
-
-
Method Detail
-
getStoredVersion
String getStoredVersion()
-
getResourcesTag
@Deprecated String getResourcesTag()
Deprecated.
-
setStoredVersion
void setStoredVersion(String version)
-
-