Class SessionInformationExpiredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.web.session.SessionInformationExpiredEvent
- All Implemented Interfaces:
Serializable
public final class SessionInformationExpiredEvent
extends org.springframework.context.ApplicationEvent
An event for when a
SessionInformation
is expired.- Since:
- 4.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionSessionInformationExpiredEvent
(SessionInformation sessionInformation, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Creates a new instance -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletRequest
jakarta.servlet.http.HttpServletResponse
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SessionInformationExpiredEvent
public SessionInformationExpiredEvent(SessionInformation sessionInformation, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Creates a new instance- Parameters:
sessionInformation
- the SessionInformation that is expiredrequest
- the HttpServletRequestresponse
- the HttpServletResponse
-
-
Method Details
-
getRequest
public jakarta.servlet.http.HttpServletRequest getRequest()- Returns:
- the request
-
getResponse
public jakarta.servlet.http.HttpServletResponse getResponse()- Returns:
- the response
-
getSessionInformation
-