クラス SessionsEndpoint

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

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

    • SessionsEndpoint

      public SessionsEndpoint(org.springframework.session.SessionRepository<? extends org.springframework.session.Session> sessionRepository, @Nullable org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository)
      新しい SessionsEndpoint インスタンスを作成します。
      パラメーター:
      sessionRepository - セッションリポジトリ
      indexedSessionRepository - インデックスされたセッションリポジトリ
  • メソッドの詳細