Class DefaultLiquibaseConnectionProviderFactory

java.lang.Object
org.keycloak.models.map.storage.jpa.liquibase.connection.DefaultLiquibaseConnectionProviderFactory
All Implemented Interfaces:
MapLiquibaseConnectionProviderFactory, ProviderFactory<MapLiquibaseConnectionProvider>

public class DefaultLiquibaseConnectionProviderFactory extends Object implements MapLiquibaseConnectionProviderFactory
MapLiquibaseConnectionProviderFactory implementation for the map-jpa module. It produces an instance of DefaultLiquibaseConnectionProvider when create(KeycloakSession) is called.
Author:
Stefan Guilhen