Class JpaUpdate14_0_0_MigrateSamlArtifactAttribute

java.lang.Object
org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
org.keycloak.connections.jpa.updater.liquibase.custom.JpaUpdate14_0_0_MigrateSamlArtifactAttribute
All Implemented Interfaces:
liquibase.change.custom.CustomChange, liquibase.change.custom.CustomSqlChange

public class JpaUpdate14_0_0_MigrateSamlArtifactAttribute extends CustomKeycloakTask
  • Constructor Details

    • JpaUpdate14_0_0_MigrateSamlArtifactAttribute

      public JpaUpdate14_0_0_MigrateSamlArtifactAttribute()
  • Method Details

    • generateStatementsImpl

      protected void generateStatementsImpl() throws liquibase.exception.CustomChangeException
      Description copied from class: CustomKeycloakTask
      It's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"
      Specified by:
      generateStatementsImpl in class CustomKeycloakTask
      Throws:
      liquibase.exception.CustomChangeException
    • getTaskId

      protected String getTaskId()
      Specified by:
      getTaskId in class CustomKeycloakTask