クラス Session

java.lang.ObjectSE
org.springframework.boot.web.server.servlet.Session

@ConfigurationPropertiesSource public class Session extends ObjectSE
セッションのプロパティ。
導入:
4.0.0
作成者:
Andy Wilkinson
  • コンストラクターの詳細

    • Session

      public Session()
  • メソッドの詳細

    • getTimeout

      public @Nullable DurationSE getTimeout()
    • setTimeout

      public void setTimeout(@Nullable DurationSE timeout)
    • getTrackingModes

      public @Nullable SetSE<Session.SessionTrackingMode> getTrackingModes()
      session tracking modes を返します。
      戻り値:
      セッション追跡モード
    • setTrackingModes

      public void setTrackingModes(@Nullable SetSE<Session.SessionTrackingMode> trackingModes)
    • isPersistent

      public boolean isPersistent()
      再起動間でセッションデータを保持するかどうかを返します。
      戻り値:
      再起動間でセッションデータを保持する true
    • setPersistent

      public void setPersistent(boolean persistent)
    • getStoreDir

      public @Nullable FileSE getStoreDir()
      セッションデータを保存するために使用されるディレクトリを返します。
      戻り値:
      セッションデータストアディレクトリ
    • setStoreDir

      public void setStoreDir(@Nullable FileSE storeDir)
    • getCookie

      public Cookie getCookie()
    • getSessionStoreDirectory

      public SessionStoreDirectory getSessionStoreDirectory()