public final class SessionInformationExpiredEvent extends ApplicationEvent
SessionInformation
is expired.source
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() |
getTimestamp
getSource, toString
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()