クラス SessionInformationExpiredEvent

java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.web.session.SessionInformationExpiredEvent
実装されたすべてのインターフェース:
SerializableSE

public final class SessionInformationExpiredEvent extends org.springframework.context.ApplicationEvent
SessionInformation の有効期限が切れたときのイベント。
導入:
4.2
関連事項:
  • コンストラクターの詳細

    • SessionInformationExpiredEvent

      public SessionInformationExpiredEvent(SessionInformation sessionInformation, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      新しいインスタンスを作成します
      パラメーター:
      sessionInformation - 期限切れの SessionInformation
      request - HttpServletRequest
      response - HttpServletResponse
  • メソッドの詳細

    • getRequest

      public jakarta.servlet.http.HttpServletRequest getRequest()
      戻り値:
      リクエスト
    • getResponse

      public jakarta.servlet.http.HttpServletResponse getResponse()
      戻り値:
      レスポンス
    • getSessionInformation

      public SessionInformation getSessionInformation()