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
-
Method Summary
Modifier and TypeMethodDescriptioncache()
void
close()
This is called when the server shuts down.int
create
(KeycloakSession session) executor()
getId()
void
init
(Config.Scope config) Only called once when the factory is first created.boolean
isSupported
(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.void
postInit
(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, wait
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Constructor Details
-
RemoteInfinispanClusterProviderFactory
public RemoteInfinispanClusterProviderFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<ClusterProvider>
-
init
Description copied from interface:ProviderFactory
Only called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
init
in interfaceProviderFactory<ClusterProvider>
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<ClusterProvider>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProviderFactory<ClusterProvider>
-
getId
- Specified by:
getId
in interfaceProviderFactory<ClusterProvider>
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactory
Check if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Parameters:
config
- the provider configuration- Returns:
true
if the provider is supported. Otherwise,false
.
-
clusterStartupTime
public int clusterStartupTime()- Specified by:
clusterStartupTime
in interfaceRemoteInfinispanClusterProvider.SharedData
-
cache
- Specified by:
cache
in interfaceRemoteInfinispanClusterProvider.SharedData
-
notificationManager
- Specified by:
notificationManager
in interfaceRemoteInfinispanClusterProvider.SharedData
-
executor
- Specified by:
executor
in interfaceRemoteInfinispanClusterProvider.SharedData
-