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
ConstructorsConstructorDescriptionSavedCookie
(String name, String value, String comment, String domain, int maxAge, String path, boolean secure, int version) SavedCookie
(javax.servlet.http.Cookie cookie) -
Method Summary
-
Constructor Details
-
SavedCookie
-
SavedCookie
public SavedCookie(javax.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 javax.servlet.http.Cookie getCookie()
-