Class JpaUpdate22_0_5_UpdateAccountTheme

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

public class JpaUpdate22_0_5_UpdateAccountTheme extends CustomKeycloakTask

Migration class to update themes for those who had upgraded to 22.0.0 already.

  • Constructor Details

    • JpaUpdate22_0_5_UpdateAccountTheme

      public JpaUpdate22_0_5_UpdateAccountTheme()
  • 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