Class AddRealmCodeSecret

  • All Implemented Interfaces:
    liquibase.change.custom.CustomChange, liquibase.change.custom.CustomSqlChange

    public class AddRealmCodeSecret
    extends Object
    implements liquibase.change.custom.CustomSqlChange
    Author:
    Stian Thorgersen
    • Constructor Detail

      • AddRealmCodeSecret

        public AddRealmCodeSecret()
    • Method Detail

      • generateStatements

        public liquibase.statement.SqlStatement[] generateStatements​(liquibase.database.Database database)
                                                              throws liquibase.exception.CustomChangeException
        Specified by:
        generateStatements in interface liquibase.change.custom.CustomSqlChange
        Throws:
        liquibase.exception.CustomChangeException
      • getConfirmationMessage

        public String getConfirmationMessage()
        Specified by:
        getConfirmationMessage in interface liquibase.change.custom.CustomChange
      • setUp

        public void setUp()
                   throws liquibase.exception.SetupException
        Specified by:
        setUp in interface liquibase.change.custom.CustomChange
        Throws:
        liquibase.exception.SetupException
      • setFileOpener

        public void setFileOpener​(liquibase.resource.ResourceAccessor resourceAccessor)
        Specified by:
        setFileOpener in interface liquibase.change.custom.CustomChange
      • validate

        public liquibase.exception.ValidationErrors validate​(liquibase.database.Database database)
        Specified by:
        validate in interface liquibase.change.custom.CustomChange