Class MigrateUserFedToComponent
java.lang.Object
org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
org.keycloak.connections.jpa.updater.liquibase.custom.AbstractUserFedToComponent
org.keycloak.connections.jpa.updater.liquibase.custom.MigrateUserFedToComponent
- All Implemented Interfaces:
liquibase.change.custom.CustomChange
,liquibase.change.custom.CustomSqlChange
- Author:
- Bill Burke
-
Field Summary
Fields inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
confirmationMessage, connection, database, jdbcConnection, kcSession, statements
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
It's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"protected String
Methods inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.AbstractUserFedToComponent
componentConfigStatement, convertFedMapperToComponent, convertFedProviderToComponent
Methods inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
generateStatements, getConfirmationMessage, getTableName, isApplicable, setFileOpener, setUp, validate
-
Constructor Details
-
MigrateUserFedToComponent
public MigrateUserFedToComponent()
-
-
Method Details
-
generateStatementsImpl
protected void generateStatementsImpl()Description copied from class:CustomKeycloakTask
It's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"- Specified by:
generateStatementsImpl
in classCustomKeycloakTask
-
getTaskId
- Specified by:
getTaskId
in classCustomKeycloakTask
-