Class CookieProcessorBase

    • Field Detail

      • COOKIE_DATE_FORMAT

        protected static final java.lang.ThreadLocal<java.text.DateFormat> COOKIE_DATE_FORMAT
      • ANCIENT_DATE

        protected static final java.lang.String ANCIENT_DATE
    • Constructor Detail

      • CookieProcessorBase

        public CookieProcessorBase()
    • Method Detail

      • setSameSiteCookies

        public void setSameSiteCookies​(java.lang.String sameSiteCookies)
      • getPartitioned

        public boolean getPartitioned()
        Should the Partitioned attribute be added by default to cookies created for this web application.

        The name of the attribute used to indicate a partitioned cookie as part of CHIPS is not defined by an RFC and may change in a non-backwards compatible way once equivalent functionality is included in an RFC.

        Returns:
        true if the Partitioned attribute should be added by default to cookies created for this web application, otherwise false
      • setPartitioned

        public void setPartitioned​(boolean partitioned)
        Configure whether the Partitioned attribute should be added by default to cookies created for this web application.

        The name of the attribute used to indicate a partitioned cookie as part of CHIPS is not defined by an RFC and may change in a non-backwards compatible way once equivalent functionality is included in an RFC.

        Parameters:
        partitioned - true if the Partitioned attribute should be added by default to cookies created for this web application, otherwise false