Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.session Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
AbstractHttpSessionApplicationInitializerRegisters the DelegatingFilterProxy to use thespringSessionRepositoryFilter before any other registered Filter.Classorg.springframework.session.web.contextSpring Session
AbstractSessionWebSocketMessageBrokerConfigurerEases configuration of Web Socket and Spring Session integration.Classorg.springframework.session.web.socket.config.annotationSpring Session
ConfigureNotifyKeyspaceEventsActionEnsures that Redis Keyspace events for Generic commands and Expired events are enabled.Classorg.springframework.session.data.redis.configSpring Session
ConfigureRedisActionAllows specifying a strategy for configuring and validating Redis.Interfaceorg.springframework.session.data.redis.configSpring Session
CookieHttpSessionStrategyA HttpSessionStrategy that uses a cookie to obtain the session from.Classorg.springframework.session.web.httpSpring Session
EnableRedisHttpSessionAdd this annotation to an @Configuration class to expose theSessionRepositoryFilter as a bean named springSessionRepositoryFilter andClassorg.springframework.session.data.redis.config.annotation.web.httpSpring Session
ExpiringSessionA Session that contains additional attributes that are useful for determining if a session is expired.Interfaceorg.springframework.sessionSpring Session
HeaderHttpSessionStrategyA HttpSessionStrategy that uses a header to obtain the session from.Classorg.springframework.session.web.httpSpring Session
HttpSessionManagerAllows managing a mapping of alias to the session id for having multipleactive sessions at the same time.Interfaceorg.springframework.session.web.httpSpring Session
HttpSessionStrategyA strategy for mapping HTTP request and responses to a Session.Interfaceorg.springframework.session.web.httpSpring Session
MapSessionA Session implementation that is backed by a Map.Classorg.springframework.sessionSpring Session
MapSessionRepositoryA SessionRepository backed by a Map and that uses a MapSession.Classorg.springframework.sessionSpring Session
MultiHttpSessionStrategySome HttpSessionStrategy may also want to further customizeHttpServletRequest and HttpServletResponse objects.Interfaceorg.springframework.session.web.httpSpring Session
RedisHttpSessionConfigurationExposes the SessionRepositoryFilter as a bean namedspringSessionRepositoryFilter.Classorg.springframework.session.data.redis.config.annotation.web.httpSpring Session
RedisOperationsSessionRepositoryA SessionRepository that is implementedRedisOperations.Classorg.springframework.session.data.redisSpring Session
RequestResponsePostProcessorAllows customizing the HttpServletRequest and/or theHttpServletResponse.Interfaceorg.springframework.session.web.httpSpring Session
SessionProvides a way to identify a user in an agnostic way.Interfaceorg.springframework.sessionSpring Session
SessionConnectEventSessionConnectEvent exceptthat it provides access to the WebSocketSession to allow mapping theClassorg.springframework.session.web.socket.eventsSpring Session
SessionDestroyedEventFor SessionRepository implementations that support it, this event isfired when a Session is destroyed either explicitly or viaClassorg.springframework.session.eventsSpring Session
SessionMessageListenerListen for Redis Message notifications.Classorg.springframework.session.data.redisSpring Session
SessionRepositoryA repository interface for managing Session instances.Interfaceorg.springframework.sessionSpring Session
SessionRepositoryFilterSwitches the HttpSession implementation to be backed by a Session.Classorg.springframework.session.web.httpSpring Session
SessionRepositoryMessageInterceptorActs as a ChannelInterceptor and a HandshakeInterceptor toensure the ExpiringSession.Classorg.springframework.session.web.socket.serverSpring Session
WebSocketConnectHandlerDecoratorFactoryEnsures that a SessionConnectEvent is published inWebSocketHandler.Classorg.springframework.session.web.socket.handlerSpring Session
WebSocketRegistryListenerKeeps track of mapping the Spring Session ID to the WebSocketSessionand ensuring when a SessionDestroyedEvent is fired that theClassorg.springframework.session.web.socket.handlerSpring Session