Interface JpaUpdaterProvider

    • Method Detail

      • update

        void update​(Connection connection,
                    String defaultSchema)
        Updates the Keycloak database
        Parameters:
        connection - DB connection
        defaultSchema - DB connection
      • validate

        JpaUpdaterProvider.Status validate​(Connection connection,
                                           String defaultSchema)
        Checks whether Keycloak database is up to date with the most recent changesets
        Parameters:
        connection - DB connection
        defaultSchema - DB schema to use
        Returns:
      • export

        void export​(Connection connection,
                    String defaultSchema,
                    File file)
        Exports the SQL update script into the given File.
        Parameters:
        connection - DB connection
        defaultSchema - DB schema to use
        file - File to write to