Interface MapLiquibaseConnectionProvider
- All Superinterfaces:
org.keycloak.provider.Provider
- All Known Implementing Classes:
DefaultLiquibaseConnectionProvider
public interface MapLiquibaseConnectionProvider
extends org.keycloak.provider.Provider
-
Method Summary
Modifier and TypeMethodDescriptionliquibase.LiquibasegetLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) Methods inherited from interface org.keycloak.provider.Provider
close
-
Method Details
-
getLiquibaseForCustomUpdate
liquibase.Liquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException - Throws:
liquibase.exception.LiquibaseException
-