public final class SessionInformationExpiredEvent extends ApplicationEvent
SessionInformation is expired.source| Constructor and Description |
|---|
SessionInformationExpiredEvent(org.springframework.security.core.session.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() |
org.springframework.security.core.session.SessionInformation |
getSessionInformation() |
getTimestampgetSource, toStringpublic SessionInformationExpiredEvent(org.springframework.security.core.session.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 org.springframework.security.core.session.SessionInformation getSessionInformation()