Class RemoteInfinispanClusterProviderFactory
java.lang.Object
org.keycloak.cluster.infinispan.remote.RemoteInfinispanClusterProviderFactory
- All Implemented Interfaces:
ClusterProviderFactory,RemoteInfinispanClusterProvider.SharedData,EnvironmentDependentProviderFactory,ProviderFactory<ClusterProvider>
public class RemoteInfinispanClusterProviderFactory
extends Object
implements ClusterProviderFactory, RemoteInfinispanClusterProvider.SharedData, EnvironmentDependentProviderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncache()voidclose()This is called when the server shuts down.intcreate(KeycloakSession session) executor()getId()voidinit(Config.Scope config) Only called once when the factory is first created.booleanisSupported(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.voidpostInit(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Constructor Details
-
RemoteInfinispanClusterProviderFactory
public RemoteInfinispanClusterProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<ClusterProvider>
-
init
Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
initin interfaceProviderFactory<ClusterProvider>
-
postInit
Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
postInitin interfaceProviderFactory<ClusterProvider>
-
close
public void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
closein interfaceProviderFactory<ClusterProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<ClusterProvider>
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactoryCheck if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Parameters:
config- the provider configuration- Returns:
trueif the provider is supported. Otherwise,false.
-
clusterStartupTime
public int clusterStartupTime()- Specified by:
clusterStartupTimein interfaceRemoteInfinispanClusterProvider.SharedData
-
cache
- Specified by:
cachein interfaceRemoteInfinispanClusterProvider.SharedData
-
notificationManager
- Specified by:
notificationManagerin interfaceRemoteInfinispanClusterProvider.SharedData
-
executor
- Specified by:
executorin interfaceRemoteInfinispanClusterProvider.SharedData
-