クラス SessionInformationExpiredEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.web.session.SessionInformationExpiredEvent
- 実装済みのインターフェース一覧:
java.io.Serializable
public final class SessionInformationExpiredEvent extends org.springframework.context.ApplicationEventSessionInformationの有効期限が切れたときのイベント。- 導入:
- 4.2
- 関連事項:
- 連載形式
コンストラクター概要
コンストラクター コンストラクター 説明 SessionInformationExpiredEvent(SessionInformation sessionInformation, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)新しいインスタンスを作成します
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 javax.servlet.http.HttpServletRequestgetRequest()javax.servlet.http.HttpServletResponsegetResponse()SessionInformationgetSessionInformation()
コンストラクターの詳細
SessionInformationExpiredEvent
public SessionInformationExpiredEvent(SessionInformation sessionInformation, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
新しいインスタンスを作成します- パラメーター:
sessionInformation- 期限切れの SessionInformationrequest- HttpServletRequestresponse- HttpServletResponse
メソッドの詳細
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
- 戻り値:
- リクエスト
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
- 戻り値:
- レスポンス
getSessionInformation
public SessionInformation getSessionInformation()