Class DisabledCacheRemoteConfigProviderFactory
java.lang.Object
org.keycloak.spi.infinispan.impl.remote.DisabledCacheRemoteConfigProviderFactory
- All Implemented Interfaces:
EnvironmentDependentProviderFactory,Provider,ProviderFactory<CacheRemoteConfigProvider>,CacheRemoteConfigProvider,CacheRemoteConfigProviderFactory
public class DisabledCacheRemoteConfigProviderFactory
extends Object
implements CacheRemoteConfigProviderFactory, CacheRemoteConfigProvider, EnvironmentDependentProviderFactory
Implementation used when an external Infinispan cluster is not configured.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Optional<org.infinispan.client.hotrod.configuration.Configuration>Creates theConfigurationfor the Hot Rod client.create(KeycloakSession session) getId()voidinit(Config.Scope config) booleanisSupported(Config.Scope config) voidpostInit(KeycloakSessionFactory factory) Methods 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
-
DisabledCacheRemoteConfigProviderFactory
public DisabledCacheRemoteConfigProviderFactory()
-
-
Method Details
-
isSupported
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
create
- Specified by:
createin interfaceProviderFactory<CacheRemoteConfigProvider>
-
init
- Specified by:
initin interfaceProviderFactory<CacheRemoteConfigProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<CacheRemoteConfigProvider>
-
configuration
Description copied from interface:CacheRemoteConfigProviderCreates theConfigurationfor the Hot Rod client.The optional signal if a Hot Rod client should be instantiated and started. If present, it assumes an external Infinispan cluster is ready and online, otherwise Keycloak fails to start.
- Specified by:
configurationin interfaceCacheRemoteConfigProvider- Returns:
- The
Configurationfor the Hot Rod client.
-
close
public void close()- Specified by:
closein interfaceCacheRemoteConfigProvider- Specified by:
closein interfaceProvider- Specified by:
closein interfaceProviderFactory<CacheRemoteConfigProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<CacheRemoteConfigProvider>
-