public final class SessionInformationExpiredEvent
extends org.springframework.context.ApplicationEvent
SessionInformation
is expired.Constructor and Description |
---|
SessionInformationExpiredEvent(SessionInformation sessionInformation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
SessionInformation |
getSessionInformation() |
public SessionInformationExpiredEvent(SessionInformation sessionInformation, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
sessionInformation
- the SessionInformation that is expiredrequest
- the HttpServletRequestresponse
- the HttpServletResponsepublic javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public SessionInformation getSessionInformation()