Class UnisonCookie
java.lang.Object
jakarta.servlet.http.Cookie
com.tremolosecurity.proxy.cookies.UnisonCookie
- All Implemented Interfaces:
Serializable
,Cloneable
public class UnisonCookie
extends jakarta.servlet.http.Cookie
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.servlet.http.Cookie
clone, equals, getAttribute, getAttributes, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, hashCode, isHttpOnly, setAttribute, setComment, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue, setVersion, toString
-
Field Details
-
overrideValues
public boolean overrideValues
-
-
Constructor Details
-
UnisonCookie
-
-
Method Details
-
isOverrideValues
public boolean isOverrideValues()- Returns:
- the overrideValues
-
setOverrideValues
public void setOverrideValues(boolean overrideValues) - Parameters:
overrideValues
- the overrideValues to set
-