org.springframework.security.web.savedrequest
Class SavedCookie
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SavedCookie
public SavedCookie(String name,
String value,
String comment,
String domain,
int maxAge,
String path,
boolean secure,
int version)
SavedCookie
public SavedCookie(javax.servlet.http.Cookie cookie)
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 javax.servlet.http.Cookie getCookie()