Class RedisClusterProperties
java.lang.Object
se.swedenconnect.bankid.idp.config.session.RedisClusterProperties
- All Implemented Interfaces:
InitializingBean
@Deprecated(forRemoval=true,
since="1.1.3")
public class RedisClusterProperties
extends Object
implements InitializingBean
Deprecated, for removal: This API element is subject to removal in a future version.
Class for containing additional redis cluster properties.
- 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.An entry for NAT translation. -
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.Deprecated, for removal: This API element is subject to removal in a future version.Creates aNatMapper
given the configuration.
-
Constructor Details
-
RedisClusterProperties
public RedisClusterProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createNatMapper
Deprecated, for removal: This API element is subject to removal in a future version.Creates aNatMapper
given the configuration.- Returns:
- a
NatMapper
-
afterPropertiesSet
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-
RedissonClusterProperties
instead