JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.session
,
org.springframework.session.config.annotation.web.http
,
org.springframework.session.config.annotation.web.server
,
org.springframework.session.data.redis
,
org.springframework.session.data.redis.config
,
org.springframework.session.data.redis.config.annotation
,
org.springframework.session.data.redis.config.annotation.web.http
,
org.springframework.session.data.redis.config.annotation.web.server
,
org.springframework.session.events
,
org.springframework.session.hazelcast
,
org.springframework.session.hazelcast.config.annotation
,
org.springframework.session.hazelcast.config.annotation.web.http
,
org.springframework.session.jdbc
,
org.springframework.session.jdbc.config.annotation
,
org.springframework.session.jdbc.config.annotation.web.http
,
org.springframework.session.security
,
org.springframework.session.security.web.authentication
,
org.springframework.session.web.context
,
org.springframework.session.web.http
,
org.springframework.session.web.server.session
,
org.springframework.session.web.socket.config.annotation
,
org.springframework.session.web.socket.events
,
org.springframework.session.web.socket.handler
,
org.springframework.session.web.socket.server
Class Hierarchy
java.lang.Object
org.springframework.session.web.context.
AbstractHttpSessionApplicationInitializer
(implements org.springframework.web.WebApplicationInitializer)
org.springframework.session.web.socket.config.annotation.
AbstractSessionWebSocketMessageBrokerConfigurer
<S> (implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer)
org.springframework.session.data.redis.config.
ConfigureNotifyKeyspaceEventsAction
(implements org.springframework.session.data.redis.config.
ConfigureRedisAction
)
org.springframework.session.web.http.
CookieHttpSessionIdResolver
(implements org.springframework.session.web.http.
HttpSessionIdResolver
)
org.springframework.session.web.http.
CookieSerializer.CookieValue
org.springframework.session.web.http.
DefaultCookieSerializer
(implements org.springframework.session.web.http.
CookieSerializer
)
java.util.EventObject (implements java.io.Serializable)
org.springframework.context.ApplicationEvent
org.springframework.session.events.
AbstractSessionEvent
org.springframework.session.events.
SessionCreatedEvent
org.springframework.session.events.
SessionDestroyedEvent
org.springframework.session.events.
SessionDeletedEvent
org.springframework.session.events.
SessionExpiredEvent
org.springframework.session.web.socket.events.
SessionConnectEvent
org.springframework.session.hazelcast.
HazelcastSessionRepository
(implements com.hazelcast.map.listener.EntryAddedListener<K,V>, com.hazelcast.map.listener.EntryEvictedListener<K,V>, com.hazelcast.map.listener.EntryRemovedListener<K,V>, org.springframework.session.
FindByIndexNameSessionRepository
<S>)
org.springframework.session.web.http.
HeaderHttpSessionIdResolver
(implements org.springframework.session.web.http.
HttpSessionIdResolver
)
org.springframework.session.jdbc.
JdbcOperationsSessionRepository
(implements org.springframework.session.
FindByIndexNameSessionRepository
<S>)
org.springframework.session.
MapSession
(implements java.io.Serializable, org.springframework.session.
Session
)
org.springframework.session.
MapSessionRepository
(implements org.springframework.session.
SessionRepository
<S>)
org.springframework.session.
ReactiveMapSessionRepository
(implements org.springframework.session.
ReactiveSessionRepository
<S>)
org.springframework.session.data.redis.
ReactiveRedisOperationsSessionRepository
(implements org.springframework.session.
ReactiveSessionRepository
<S>)
org.springframework.session.data.redis.
RedisOperationsSessionRepository
(implements org.springframework.session.
FindByIndexNameSessionRepository
<S>, org.springframework.data.redis.connection.MessageListener)
org.springframework.session.web.http.
SessionEventHttpSessionListenerAdapter
(implements org.springframework.context.ApplicationListener<E>, org.springframework.web.context.ServletContextAware)
org.springframework.session.web.http.
SessionRepositoryFilter
<S>
org.springframework.session.web.socket.server.
SessionRepositoryMessageInterceptor
<S> (implements org.springframework.messaging.support.ChannelInterceptor, org.springframework.web.socket.server.HandshakeInterceptor)
org.springframework.session.config.annotation.web.http.
SpringHttpSessionConfiguration
(implements org.springframework.context.ApplicationContextAware)
org.springframework.session.hazelcast.config.annotation.web.http.
HazelcastHttpSessionConfiguration
(implements org.springframework.context.annotation.ImportAware)
org.springframework.session.jdbc.config.annotation.web.http.
JdbcHttpSessionConfiguration
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware, org.springframework.scheduling.annotation.SchedulingConfigurer)
org.springframework.session.data.redis.config.annotation.web.http.
RedisHttpSessionConfiguration
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware, org.springframework.scheduling.annotation.SchedulingConfigurer)
org.springframework.session.security.
SpringSessionBackedSessionRegistry
<S> (implements org.springframework.security.core.session.SessionRegistry)
org.springframework.session.security.web.authentication.
SpringSessionRememberMeServices
(implements org.springframework.security.web.authentication.logout.LogoutHandler, org.springframework.security.web.authentication.RememberMeServices)
org.springframework.session.web.server.session.
SpringSessionWebSessionStore
<S> (implements org.springframework.web.server.session.WebSessionStore)
org.springframework.session.config.annotation.web.server.
SpringWebSessionConfiguration
org.springframework.session.data.redis.config.annotation.web.server.
RedisWebSessionConfiguration
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware)
com.hazelcast.query.extractor.ValueExtractor<T,A>
org.springframework.session.hazelcast.
PrincipalNameExtractor
org.springframework.session.web.socket.handler.
WebSocketConnectHandlerDecoratorFactory
(implements org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory)
org.springframework.session.web.socket.handler.
WebSocketRegistryListener
(implements org.springframework.context.ApplicationListener<E>)
Interface Hierarchy
org.springframework.session.data.redis.config.
ConfigureRedisAction
org.springframework.session.web.http.
CookieSerializer
org.springframework.session.web.http.
HttpSessionIdResolver
org.springframework.session.
ReactiveSessionRepository
<S>
org.springframework.session.
Session
org.springframework.session.
SessionRepository
<S>
org.springframework.session.
FindByIndexNameSessionRepository
<S>
Annotation Type Hierarchy
org.springframework.session.hazelcast.config.annotation.web.http.
EnableHazelcastHttpSession
(implements java.lang.annotation.Annotation)
org.springframework.session.jdbc.config.annotation.web.http.
EnableJdbcHttpSession
(implements java.lang.annotation.Annotation)
org.springframework.session.data.redis.config.annotation.web.http.
EnableRedisHttpSession
(implements java.lang.annotation.Annotation)
org.springframework.session.data.redis.config.annotation.web.server.
EnableRedisWebSession
(implements java.lang.annotation.Annotation)
org.springframework.session.config.annotation.web.http.
EnableSpringHttpSession
(implements java.lang.annotation.Annotation)
org.springframework.session.config.annotation.web.server.
EnableSpringWebSession
(implements java.lang.annotation.Annotation)
org.springframework.session.jdbc.config.annotation.
SpringSessionDataSource
(implements java.lang.annotation.Annotation)
org.springframework.session.hazelcast.config.annotation.
SpringSessionHazelcastInstance
(implements java.lang.annotation.Annotation)
org.springframework.session.data.redis.config.annotation.
SpringSessionRedisConnectionFactory
(implements java.lang.annotation.Annotation)
org.springframework.session.data.redis.config.annotation.
SpringSessionRedisOperations
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.springframework.session.hazelcast.
HazelcastFlushMode
org.springframework.session.data.redis.
RedisFlushMode
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes