Class RedisTlsProperties

java.lang.Object
se.swedenconnect.spring.saml.idp.autoconfigure.redis.RedisTlsProperties
All Implemented Interfaces:
InitializingBean

@ConfigurationProperties(prefix="spring.data.redis.ssl-ext") public class RedisTlsProperties extends Object implements InitializingBean
Spring Boot's Redis support does not enable us to configure SSL/TLS against the Redis server in a good way. Therefore, we extend Spring's Redis configuration with this configuration properties class.
Author:
Martin Lindström, Felix Hellman