Class SessionConfiguration


  • @Configuration
    @EnableRedisHttpSession(redisNamespace="spring:session:${spring.session.redis.namespace}")
    @ConditionalOnProperty(value="nae.server.security.static.enabled",
                           havingValue="false")
    public class SessionConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.session.web.http.HttpSessionIdResolver httpSessionIdResolver()  
      org.springframework.data.redis.connection.jedis.JedisConnectionFactory jedisConnectionFactory()  
      • Methods inherited from class java.lang.Object

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

      • SessionConfiguration

        public SessionConfiguration()
    • Method Detail

      • jedisConnectionFactory

        @Bean
        public org.springframework.data.redis.connection.jedis.JedisConnectionFactory jedisConnectionFactory()
      • httpSessionIdResolver

        @Bean
        public org.springframework.session.web.http.HttpSessionIdResolver httpSessionIdResolver()