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.
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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Configuration for aKeyStore
. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
RedisTlsProperties
public RedisTlsProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
afterPropertiesSet
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-
RedisTlsProperties
instead