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
  • 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 properties
      tlsProperties - the extended Redis TLS properties
      sslBundleRegistry - for registering SslBundles