Class AbstractUserFedToComponent
java.lang.Object
org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
org.keycloak.connections.jpa.updater.liquibase.custom.AbstractUserFedToComponent
- All Implemented Interfaces:
liquibase.change.custom.CustomChange,liquibase.change.custom.CustomSqlChange
- Direct Known Subclasses:
MigrateUserFedToComponent,PortLdapUserFedToComponentModel
- Version:
- $Revision: 1 $
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected liquibase.statement.core.InsertStatementcomponentConfigStatement(String componentId, String name, String value) protected voidconvertFedMapperToComponent(String realmId, String parentId, String newMapperType) protected voidconvertFedProviderToComponent(String providerId, String newMapperType) Methods inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
generateStatements, generateStatementsImpl, getConfirmationMessage, getTableName, getTaskId, isApplicable, setFileOpener, setUp, validate
-
Constructor Details
-
AbstractUserFedToComponent
public AbstractUserFedToComponent()
-
-
Method Details
-
convertFedProviderToComponent
protected void convertFedProviderToComponent(String providerId, String newMapperType) throws liquibase.exception.CustomChangeException - Throws:
liquibase.exception.CustomChangeException
-
componentConfigStatement
-
convertFedMapperToComponent
protected void convertFedMapperToComponent(String realmId, String parentId, String newMapperType) throws liquibase.exception.CustomChangeException - Throws:
liquibase.exception.CustomChangeException
-