クラス 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) 新しいインスタンスを作成しますSessionInformationExpiredEvent(SessionInformation sessionInformation, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain filterChain) 新しいインスタンスを作成しますメソッドのサマリー
修飾子と型メソッド説明jakarta.servlet.FilterChainjakarta.servlet.http.HttpServletRequestjakarta.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
SessionInformationExpiredEvent
public SessionInformationExpiredEvent(SessionInformation sessionInformation, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain filterChain) 新しいインスタンスを作成します- パラメーター:
sessionInformation- 期限切れの SessionInformationrequest- HttpServletRequestresponse- HttpServletResponsefilterChain- FilterChain- 導入:
- 6.4
メソッドの詳細
getRequest
public jakarta.servlet.http.HttpServletRequest getRequest()- 戻り値:
- リクエスト
getResponse
public jakarta.servlet.http.HttpServletResponse getResponse()- 戻り値:
- レスポンス
getSessionInformation
getFilterChain
public jakarta.servlet.FilterChain getFilterChain()- 戻り値:
- フィルターチェーン。
nullにすることもできます。 - 導入:
- 6.4