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.
Use RedissonClusterProperties instead
Class for containing additional redis cluster properties.
Author:
Martin Lindström, Felix Hellman
  • Constructor Details

    • RedisClusterProperties

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

    • createNatMapper

      public NatMapper createNatMapper()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a NatMapper given the configuration.
      Returns:
      a NatMapper
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      afterPropertiesSet in interface InitializingBean
      Throws:
      Exception