クラス 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
- 関連事項:
フィールドのサマリー
クラス java.util.EventObjectSE から継承されたフィールド
sourceSE
コンストラクターの概要
コンストラクターコンストラクター説明SessionInformationExpiredEvent
(SessionInformation sessionInformation, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 新しいインスタンスを作成しますメソッドのサマリー
修飾子と型メソッド説明jakarta.servlet.http.HttpServletRequest
jakarta.servlet.http.HttpServletResponse
クラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestamp
クラス java.util.EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
SessionInformationExpiredEvent
public SessionInformationExpiredEvent(SessionInformation sessionInformation, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 新しいインスタンスを作成します- パラメーター:
sessionInformation
- 期限切れの SessionInformationrequest
- HttpServletRequestresponse
- HttpServletResponse
メソッドの詳細
getRequest
public jakarta.servlet.http.HttpServletRequest getRequest()- 戻り値:
- リクエスト
getResponse
public jakarta.servlet.http.HttpServletResponse getResponse()- 戻り値:
- レスポンス
getSessionInformation