クラス SessionsEndpoint
java.lang.ObjectSE
org.springframework.boot.actuate.session.SessionsEndpoint
@Endpoint
は、サーブレットスタック上の HTTP Session
に関する情報を公開します。- 導入:
- 2.0.0
- 作成者:
- Vedran Pavic
コンストラクターの概要
コンストラクターコンストラクター説明SessionsEndpoint
(org.springframework.session.SessionRepository<? extends org.springframework.session.Session> sessionRepository, org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository) 新しいSessionsEndpoint
インスタンスを作成します。メソッドのサマリー
修飾子と型メソッド説明void
deleteSession
(StringSE sessionId) getSession
(StringSE sessionId) sessionsForUsername
(StringSE username)
コンストラクターの詳細
SessionsEndpoint
public SessionsEndpoint(org.springframework.session.SessionRepository<? extends org.springframework.session.Session> sessionRepository, org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository) 新しいSessionsEndpoint
インスタンスを作成します。- パラメーター:
sessionRepository
- セッションリポジトリindexedSessionRepository
- インデックスされたセッションリポジトリ- 導入:
- 3.3.0
メソッドの詳細
sessionsForUsername
getSession
deleteSession