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