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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An entry for NAT translation.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    org.redisson.api.NatMapper
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates a NatMapper given the configuration.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RedisClusterProperties

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

    • createNatMapper

      public org.redisson.api.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