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

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    UnisonCookie(String name, String value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setOverrideValues(boolean overrideValues)
     

    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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • overrideValues

      public boolean overrideValues
  • Constructor Details

    • UnisonCookie

      public UnisonCookie(String name, String value)
  • Method Details

    • isOverrideValues

      public boolean isOverrideValues()
      Returns:
      the overrideValues
    • setOverrideValues

      public void setOverrideValues(boolean overrideValues)
      Parameters:
      overrideValues - the overrideValues to set