Class RedissonHttpSessionConfiguration
- java.lang.Object
-
- org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration
-
- org.redisson.spring.session.config.RedissonHttpSessionConfiguration
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.annotation.ImportAware
,org.springframework.context.ApplicationContextAware
@Configuration @Deprecated public class RedissonHttpSessionConfiguration extends org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration implements org.springframework.context.annotation.ImportAware
Deprecated.Deprecated. Use spring-session implementation based on Redisson Redis Data module- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonHttpSessionConfiguration()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RedissonSessionRepository
sessionRepository(RedissonClient redissonClient, org.springframework.context.ApplicationEventPublisher eventPublisher)
Deprecated.void
setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
Deprecated.void
setKeyPrefix(String keyPrefix)
Deprecated.void
setMaxInactiveIntervalInSeconds(Integer maxInactiveIntervalInSeconds)
Deprecated.-
Methods inherited from class org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration
init, sessionEventHttpSessionListenerAdapter, setApplicationContext, setCookieSerializer, setHttpSessionIdResolver, setHttpSessionListeners, setServletContext, springSessionRepositoryFilter
-
-
-
-
Method Detail
-
sessionRepository
@Bean public RedissonSessionRepository sessionRepository(RedissonClient redissonClient, org.springframework.context.ApplicationEventPublisher eventPublisher)
Deprecated.
-
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 interfaceorg.springframework.context.annotation.ImportAware
-
-