@SpringBootConfiguration
@AutoConfigureBefore(value=ClientCacheAutoConfiguration.class)
@Conditional(value=org.springframework.geode.boot.autoconfigure.SslAutoConfiguration.EnableSslCondition.class)
@ConditionalOnClass(value={org.springframework.data.gemfire.CacheFactoryBean.class,org.apache.geode.cache.GemFireCache.class})
@EnableSsl
public class SslAutoConfiguration
extends java.lang.Object
Spring Boot auto-configuration
enabling Apache Geode's SSL transport
between client and servers when using the client/server topology.
- Since:
- 1.0.0
- See Also:
File
,
URL
,
Properties
,
GemFireCache
,
SpringApplication
,
SpringBootConfiguration
,
AutoConfigureBefore
,
EnableAutoConfiguration
,
ConditionalOnClass
,
ConditionalOnProperty
,
EnvironmentPostProcessor
,
Condition
,
ConditionContext
,
Conditional
,
ConfigurableEnvironment
,
Environment
,
PropertiesPropertySource
,
PropertySource
,
ClassPathResource
,
Resource
,
AnnotatedTypeMetadata
,
CacheFactoryBean
,
EnableSsl
,
ClientCacheAutoConfiguration