クラス SavedCookie

java.lang.ObjectSE
org.springframework.security.web.savedrequest.SavedCookie
実装されたすべてのインターフェース:
SerializableSE

public class SavedCookie extends ObjectSE implements SerializableSE
Cookie の値を直列化可能なホルダーに保存します
関連事項:
  • コンストラクターの詳細

  • メソッドの詳細

    • getName

      public StringSE getName()
    • getValue

      public StringSE getValue()
    • getComment

      @DeprecatedSE(forRemoval=true, since="6.1") public StringSE getComment()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • getDomain

      public StringSE getDomain()
    • getMaxAge

      public int getMaxAge()
    • getPath

      public StringSE getPath()
    • isSecure

      public boolean isSecure()
    • getVersion

      @DeprecatedSE(forRemoval=true, since="6.1") public int getVersion()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • getCookie

      public jakarta.servlet.http.Cookie getCookie()