Class SessionInformationExpiredEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SessionInformationExpiredEvent
    extends org.springframework.context.ApplicationEvent
    An event for when a SessionInformation is expired.
    Since:
    4.2
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionInformationExpiredEvent​(SessionInformation sessionInformation, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Creates a new instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.servlet.http.HttpServletRequest getRequest()  
      javax.servlet.http.HttpServletResponse getResponse()  
      SessionInformation getSessionInformation()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SessionInformationExpiredEvent

        public SessionInformationExpiredEvent​(SessionInformation sessionInformation,
                                              javax.servlet.http.HttpServletRequest request,
                                              javax.servlet.http.HttpServletResponse response)
        Creates a new instance
        Parameters:
        sessionInformation - the SessionInformation that is expired
        request - the HttpServletRequest
        response - the HttpServletResponse
    • Method Detail

      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
        Returns:
        the request
      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
        Returns:
        the response