Class LiquibaseJpaUpdaterProviderFactory
- java.lang.Object
- 
- org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProviderFactory
 
- 
- All Implemented Interfaces:
- JpaUpdaterProviderFactory,- ProviderFactory<JpaUpdaterProvider>
 
 public class LiquibaseJpaUpdaterProviderFactory extends Object implements JpaUpdaterProviderFactory - Author:
- Stian Thorgersen
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description LiquibaseJpaUpdaterProviderFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()This is called when the server shuts down.JpaUpdaterProvidercreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)Only called once when the factory is first created.voidpostInit(KeycloakSessionFactory factory)Called after all provider factories have been initialized- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic JpaUpdaterProvider create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<JpaUpdaterProvider>
 
 - 
initpublic void init(Config.Scope config) Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
- initin interface- ProviderFactory<JpaUpdaterProvider>
 
 - 
postInitpublic void postInit(KeycloakSessionFactory factory) Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<JpaUpdaterProvider>
 
 - 
closepublic void close() Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- ProviderFactory<JpaUpdaterProvider>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<JpaUpdaterProvider>
 
 
- 
 
-