Package org.keycloak.truststore
Class FileTruststoreProviderFactory
java.lang.Object
org.keycloak.truststore.FileTruststoreProviderFactory
- All Implemented Interfaces:
- ProviderFactory<TruststoreProvider>,- TruststoreProviderFactory
- Author:
- Marko Strukelj
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()This is called when the server shuts down.create(KeycloakSession session) Returns the metadata for each configuration property supported by this factory.getId()voidinit(Config.Scope config) Only called once when the factory is first created.voidpostInit(KeycloakSessionFactory factory) Called after all provider factories have been initializedvoidsetProvider(TruststoreProvider provider) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactoryorder
- 
Constructor Details- 
FileTruststoreProviderFactorypublic FileTruststoreProviderFactory()
 
- 
- 
Method Details- 
create- Specified by:
- createin interface- ProviderFactory<TruststoreProvider>
 
- 
setProvider
- 
initDescription 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<TruststoreProvider>
 
- 
postInitDescription copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<TruststoreProvider>
 
- 
closepublic void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- ProviderFactory<TruststoreProvider>
 
- 
getId- Specified by:
- getIdin interface- ProviderFactory<TruststoreProvider>
 
- 
getConfigMetadataDescription copied from interface:ProviderFactoryReturns the metadata for each configuration property supported by this factory.- Specified by:
- getConfigMetadatain interface- ProviderFactory<TruststoreProvider>
- Returns:
- a list with the metadata for each configuration property supported by this factory
 
 
-