Class RedisTlsExtensionsConfiguration
java.lang.Object
se.swedenconnect.spring.saml.idp.autoconfigure.redis.RedisTlsExtensionsConfiguration
@Configuration
@EnableConfigurationProperties({org.springframework.boot.autoconfigure.data.redis.RedisProperties.class,RedisTlsProperties.class})
public class RedisTlsExtensionsConfiguration
extends Object
Configuration class that transforms the deprecated
RedisTlsProperties to a SslBundle.- Author:
- Martin Lindström
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor registering a SslBunde based on TLS extension properties. -
Constructor Summary
ConstructorsConstructorDescriptionRedisTlsExtensionsConfiguration(org.springframework.boot.autoconfigure.data.redis.RedisProperties redisProperties, RedisTlsProperties tlsProperties, org.springframework.boot.ssl.SslBundleRegistry sslBundleRegistry) Constructor. -
Method Summary
-
Constructor Details
-
RedisTlsExtensionsConfiguration
public RedisTlsExtensionsConfiguration(org.springframework.boot.autoconfigure.data.redis.RedisProperties redisProperties, RedisTlsProperties tlsProperties, org.springframework.boot.ssl.SslBundleRegistry sslBundleRegistry) Constructor.- Parameters:
redisProperties- the Redis propertiestlsProperties- the extended Redis TLS propertiessslBundleRegistry- for registering SslBundles
-