public abstract class AbstractHttpSessionIdResolver
extends java.lang.Object
implements org.springframework.session.web.http.HttpSessionIdResolver
HttpSessionIdResolver interface to encapsulate
functionality common to all implementations as well as to simplify the implementation of the Spring Session core
HttpSessionIdResolver interface.HttpServletRequest,
HttpServletResponse,
HttpSessionIdResolver| Constructor and Description |
|---|
AbstractHttpSessionIdResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
expireSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
java.util.List<java.lang.String> |
resolveSessionIds(javax.servlet.http.HttpServletRequest request) |
void |
setSessionId(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String sessionId) |
public void setSessionId(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String sessionId)
setSessionId in interface org.springframework.session.web.http.HttpSessionIdResolverpublic java.util.List<java.lang.String> resolveSessionIds(javax.servlet.http.HttpServletRequest request)
resolveSessionIds in interface org.springframework.session.web.http.HttpSessionIdResolverpublic void expireSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
expireSession in interface org.springframework.session.web.http.HttpSessionIdResolver