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

    • SavedCookie

      public SavedCookie(String name, String value, String comment, String domain, int maxAge, String path, boolean secure, int version)
    • SavedCookie

      public SavedCookie(jakarta.servlet.http.Cookie cookie)
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • getComment

      public String getComment()
    • getDomain

      public String getDomain()
    • getMaxAge

      public int getMaxAge()
    • getPath

      public String getPath()
    • isSecure

      public boolean isSecure()
    • getVersion

      public int getVersion()
    • getCookie

      public jakarta.servlet.http.Cookie getCookie()