Interface | Description |
---|---|
CookieSerializer |
Strategy for reading and writing a cookie value to the
HttpServletResponse . |
HttpSessionIdResolver |
Contract for session id resolution strategies.
|
Class | Description |
---|---|
CookieHttpSessionIdResolver |
A
HttpSessionIdResolver that uses a cookie to obtain the session from. |
CookieSerializer.CookieValue |
Contains the information necessary to write a value to the
HttpServletResponse . |
DefaultCookieSerializer |
The default implementation of
CookieSerializer . |
HeaderHttpSessionIdResolver |
A
HttpSessionIdResolver that uses a header to resolve the session id. |
SessionEventHttpSessionListenerAdapter |
Receives
SessionDestroyedEvent and SessionCreatedEvent and translates
them into HttpSessionEvent and submits the HttpSessionEvent to every
registered HttpSessionListener . |
SessionRepositoryFilter<S extends Session> |
Switches the
HttpSession implementation to be backed by a
Session . |