Class RedisTlsProperties

java.lang.Object
se.swedenconnect.bankid.idp.config.RedisTlsProperties
All Implemented Interfaces:
InitializingBean

@Deprecated(forRemoval=true, since="1.1.3") public class RedisTlsProperties extends Object implements InitializingBean
Deprecated, for removal: This API element is subject to removal in a future version.
Use RedisTlsProperties instead
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
  • Constructor Details

    • RedisTlsProperties

      public RedisTlsProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details