Class SavedCookie
java.lang.Object
org.springframework.security.web.savedrequest.SavedCookie
- All Implemented Interfaces:
Serializable
Stores off the values of a cookie in a serializable holder
- See Also:
-
Constructor Summary
ConstructorDescriptionSavedCookie
(jakarta.servlet.http.Cookie cookie) SavedCookie
(String name, String value, String comment, String domain, int maxAge, String path, boolean secure, int version) -
Method Summary
-
Constructor Details
-
SavedCookie
-
SavedCookie
public SavedCookie(jakarta.servlet.http.Cookie cookie)
-
-
Method Details
-
getName
-
getValue
-
getComment
-
getDomain
-
getMaxAge
public int getMaxAge() -
getPath
-
isSecure
public boolean isSecure() -
getVersion
public int getVersion() -
getCookie
public jakarta.servlet.http.Cookie getCookie()
-