Class JpaUpdate26_4_0_SamlEncryptionAttributes

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

public class JpaUpdate26_4_0_SamlEncryptionAttributes extends CustomKeycloakTask
Author:
rmartinc
  • Constructor Details

    • JpaUpdate26_4_0_SamlEncryptionAttributes

      public JpaUpdate26_4_0_SamlEncryptionAttributes()
  • Method Details

    • getTaskId

      protected String getTaskId()
      Specified by:
      getTaskId in class CustomKeycloakTask
    • 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