Class Hierarchy
- java.lang.Object
- org.springframework.session.web.context.AbstractHttpSessionApplicationInitializer (implements org.springframework.web.WebApplicationInitializer)
- org.springframework.session.data.mongo.AbstractMongoSessionConverter (implements org.springframework.core.convert.converter.GenericConverter)
- org.springframework.session.data.redis.config.annotation.web.http.AbstractRedisHttpSessionConfiguration<T> (implements org.springframework.beans.factory.BeanClassLoaderAware)
- org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration (implements org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware)
- org.springframework.session.data.redis.config.annotation.web.http.RedisIndexedHttpSessionConfiguration (implements org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware)
- org.springframework.session.data.redis.config.annotation.web.server.AbstractRedisWebSessionConfiguration<T>
- org.springframework.session.data.redis.config.annotation.web.server.RedisIndexedWebSessionConfiguration (implements org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware)
- 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.data.redis.config.annotation.ConfigureNotifyKeyspaceEventsReactiveAction (implements org.springframework.session.data.redis.config.ConfigureReactiveRedisAction)
- org.springframework.session.web.http.CookieHttpSessionIdResolver (implements org.springframework.session.web.http.HttpSessionIdResolver)
- org.springframework.session.web.http.CookieSerializer.CookieValue
- org.springframework.session.jdbc.Db2JdbcIndexedSessionRepositoryCustomizer (implements org.springframework.session.config.SessionRepositoryCustomizer<T>)
- org.springframework.session.web.http.DefaultCookieSerializer (implements org.springframework.session.web.http.CookieSerializer)
- org.springframework.session.DelegatingIndexResolver<S> (implements org.springframework.session.IndexResolver<S>)
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration (implements org.springframework.context.annotation.ImportAware)
- org.springframework.session.hazelcast.HazelcastIndexedSessionRepository (implements org.springframework.beans.factory.DisposableBean, com.hazelcast.map.listener.EntryAddedListener<K,V>, com.hazelcast.map.listener.EntryEvictedListener<K,V>, com.hazelcast.map.listener.EntryExpiredListener<K,V>, com.hazelcast.map.listener.EntryRemovedListener<K,V>, org.springframework.session.FindByIndexNameSessionRepository<S>, org.springframework.beans.factory.InitializingBean)
- org.springframework.session.hazelcast.HazelcastSessionSerializer (implements com.hazelcast.nio.serialization.StreamSerializer<T>)
- org.springframework.session.web.http.HeaderHttpSessionIdResolver (implements org.springframework.session.web.http.HttpSessionIdResolver)
- 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.session.jdbc.JdbcIndexedSessionRepository (implements org.springframework.beans.factory.DisposableBean, org.springframework.session.FindByIndexNameSessionRepository<S>, org.springframework.beans.factory.InitializingBean)
- org.springframework.session.jdbc.util.JdbcSchemaUtils
- 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.data.mongo.config.annotation.web.http.MongoHttpSessionConfiguration (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware)
- org.springframework.session.data.mongo.MongoIndexedSessionRepository (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.session.FindByIndexNameSessionRepository<S>, org.springframework.beans.factory.InitializingBean)
- org.springframework.session.jdbc.MySqlJdbcIndexedSessionRepositoryCustomizer (implements org.springframework.session.config.SessionRepositoryCustomizer<T>)
- org.springframework.session.jdbc.OracleJdbcIndexedSessionRepositoryCustomizer (implements org.springframework.session.config.SessionRepositoryCustomizer<T>)
- org.springframework.session.jdbc.PostgreSqlJdbcIndexedSessionRepositoryCustomizer (implements org.springframework.session.config.SessionRepositoryCustomizer<T>)
- org.springframework.session.hazelcast.PrincipalNameExtractor (implements com.hazelcast.query.extractor.ValueExtractor<T,A>)
- org.springframework.session.ReactiveMapSessionRepository (implements org.springframework.session.ReactiveSessionRepository<S>)
- org.springframework.session.data.mongo.ReactiveMongoSessionRepository (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.InitializingBean, org.springframework.session.ReactiveSessionRepository<S>)
- org.springframework.session.data.mongo.config.annotation.web.reactive.ReactiveMongoWebSessionConfiguration (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware)
- org.springframework.session.data.redis.ReactiveRedisIndexedSessionRepository (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.session.ReactiveFindByIndexNameSessionRepository<S>, org.springframework.session.ReactiveSessionRepository<S>)
- org.springframework.session.data.redis.ReactiveRedisIndexedSessionRepository.RedisSession (implements org.springframework.session.Session)
- org.springframework.session.data.redis.ReactiveRedisSessionRepository (implements org.springframework.session.ReactiveSessionRepository<S>)
- org.springframework.session.data.redis.RedisIndexedSessionRepository (implements org.springframework.beans.factory.DisposableBean, org.springframework.session.FindByIndexNameSessionRepository<S>, org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.MessageListener)
- org.springframework.session.data.redis.RedisSessionMapper (implements java.util.function.BiFunction<T,U,R>)
- org.springframework.session.data.redis.RedisSessionRepository (implements org.springframework.session.SessionRepository<S>)
- 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)
- 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.hazelcast.SessionUpdateEntryProcessor (implements com.hazelcast.map.EntryProcessor<K,V,R>)
- org.springframework.session.SingleIndexResolver<S> (implements org.springframework.session.IndexResolver<S>)
- org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- 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.jdbc.SqlServerJdbcIndexedSessionRepositoryCustomizer (implements org.springframework.session.config.SessionRepositoryCustomizer<T>)
- org.springframework.session.UuidSessionIdGenerator (implements org.springframework.session.SessionIdGenerator)
- 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>)
Annotation Interface Hierarchy