public class

SavedCookie

extends Object
implements Serializable
java.lang.Object
   ↳ org.springframework.security.web.savedrequest.SavedCookie

Class Overview

Stores off the values of a cookie in a serializable holder

Summary

Public Constructors
SavedCookie(String name, String value, String comment, String domain, int maxAge, String path, boolean secure, int version)
SavedCookie(Cookie cookie)
Public Methods
String getComment()
Cookie getCookie()
String getDomain()
int getMaxAge()
String getName()
String getPath()
String getValue()
int getVersion()
boolean isSecure()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

public SavedCookie (Cookie cookie)

Public Methods

public String getComment ()

public Cookie getCookie ()

public String getDomain ()

public int getMaxAge ()

public String getName ()

public String getPath ()

public String getValue ()

public int getVersion ()

public boolean isSecure ()