Class RedissonWebSessionConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportAware

    @Configuration
    @Deprecated
    public class RedissonWebSessionConfiguration
    extends org.springframework.session.config.annotation.web.server.SpringWebSessionConfiguration
    implements org.springframework.context.annotation.ImportAware
    Deprecated.
    Deprecated. Use spring-session implementation based on Redisson Redis Data module
    Author:
    Nikita Koksharov
    • Constructor Detail

      • RedissonWebSessionConfiguration

        public RedissonWebSessionConfiguration()
        Deprecated.
    • Method Detail

      • setMaxInactiveIntervalInSeconds

        public void setMaxInactiveIntervalInSeconds​(Integer maxInactiveIntervalInSeconds)
        Deprecated.
      • setKeyPrefix

        public void setKeyPrefix​(String keyPrefix)
        Deprecated.
      • setImportMetadata

        public void setImportMetadata​(org.springframework.core.type.AnnotationMetadata importMetadata)
        Deprecated.
        Specified by:
        setImportMetadata in interface org.springframework.context.annotation.ImportAware