クラス 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

      @DeprecatedSE(since="3.3.0", forRemoval=true) public SessionsEndpoint(org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> sessionRepository)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      3.3.0 以降、3.5.0 で削除され SessionsEndpoint(SessionRepository, FindByIndexNameSessionRepository) を推奨
      新しい SessionsEndpoint インスタンスを作成します。
      パラメーター:
      sessionRepository - セッションリポジトリ
    • 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
  • メソッドの詳細