Package org.keycloak.cluster.infinispan
Class InfinispanClusterProviderFactory
java.lang.Object
org.keycloak.cluster.infinispan.InfinispanClusterProviderFactory
- All Implemented Interfaces:
- ClusterProviderFactory,- EnvironmentDependentProviderFactory,- ProviderFactory<ClusterProvider>
public class InfinispanClusterProviderFactory
extends Object
implements ClusterProviderFactory, EnvironmentDependentProviderFactory
This impl is aware of Cross-Data-Center scenario too
- Author:
- Marek Posolda
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final org.jboss.logging.Loggerstatic final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()This is called when the server shuts down.create(KeycloakSession session) getId()voidinit(Config.Scope config) Only called once when the factory is first created.protected intinitClusterStartupTime(KeycloakSession session) booleanvoidpostInit(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactoryisSupportedMethods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
- 
Field Details- 
PROVIDER_ID- See Also:
 
- 
loggerprotected static final org.jboss.logging.Logger logger
 
- 
- 
Constructor Details- 
InfinispanClusterProviderFactorypublic InfinispanClusterProviderFactory()
 
- 
- 
Method Details- 
create- Specified by:
- createin interface- ProviderFactory<ClusterProvider>
 
- 
initClusterStartupTime
- 
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<ClusterProvider>
 
- 
postInitDescription copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<ClusterProvider>
 
- 
closepublic void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- ProviderFactory<ClusterProvider>
 
- 
getId- Specified by:
- getIdin interface- ProviderFactory<ClusterProvider>
 
- 
isSupportedpublic boolean isSupported()- Specified by:
- isSupportedin interface- EnvironmentDependentProviderFactory
- Returns:
- trueif the provider is supported and should be available,- falseotherwise
 
 
-