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 StringgetResourcesTag()Deprecated.StringgetStoredVersion()voidsetStoredVersion(String version)
-
-
-
Method Detail
-
getStoredVersion
String getStoredVersion()
-
getResourcesTag
@Deprecated String getResourcesTag()
Deprecated.
-
setStoredVersion
void setStoredVersion(String version)
-
-