クラス SessionsEndpoint

java.lang.ObjectSE
org.springframework.boot.actuate.session.SessionsEndpoint

@Endpoint(id="sessions") public class SessionsEndpoint extends ObjectSE
@Endpoint は、サーブレットスタック上の HTTP Session に関する情報を公開します。
導入:
2.0.0
作成者:
Vedran Pavic
  • コンストラクターの詳細

    • 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
  • メソッドの詳細