java.lang.Object
org.springframework.security.web.savedrequest.SavedCookie
All Implemented Interfaces:
Serializable

public class SavedCookie extends Object implements Serializable
Stores off the values of a cookie in a serializable holder
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • getComment

      @Deprecated(forRemoval=true, since="6.1") public String getComment()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDomain

      public String getDomain()
    • getMaxAge

      public int getMaxAge()
    • getPath

      public String getPath()
    • isSecure

      public boolean isSecure()
    • getVersion

      @Deprecated(forRemoval=true, since="6.1") public int getVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCookie

      public jakarta.servlet.http.Cookie getCookie()