Class SessionManagerService

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String redisUsernameKey  
      protected org.springframework.session.data.redis.RedisIndexedSessionRepository repository  
      protected org.springframework.security.core.session.SessionRegistry sessionRegistry  
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionManagerService​(org.springframework.session.data.redis.RedisIndexedSessionRepository repository, org.springframework.security.core.session.SessionRegistry sessionRegistry, java.lang.String redisNamespace)  
    • Field Detail

      • repository

        protected final org.springframework.session.data.redis.RedisIndexedSessionRepository repository
      • sessionRegistry

        protected final org.springframework.security.core.session.SessionRegistry sessionRegistry
      • redisUsernameKey

        protected final java.lang.String redisUsernameKey
    • Constructor Detail

      • SessionManagerService

        public SessionManagerService​(org.springframework.session.data.redis.RedisIndexedSessionRepository repository,
                                     org.springframework.security.core.session.SessionRegistry sessionRegistry,
                                     @Value("${spring.session.redis.namespace}")
                                     java.lang.String redisNamespace)