Class ConfigurableRfc6265CookieProcessor

  • All Implemented Interfaces:
    org.apache.tomcat.util.http.CookieProcessor

    public class ConfigurableRfc6265CookieProcessor
    extends org.apache.tomcat.util.http.Rfc6265CookieProcessor
    • Field Summary

      • Fields inherited from class org.apache.tomcat.util.http.CookieProcessorBase

        ANCIENT_DATE, COOKIE_DATE_FORMAT
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected static void debug​(java.lang.String msg)  
      protected static void error​(java.lang.String msg, java.lang.Exception e)  
      java.lang.String generateHeader​(javax.servlet.http.Cookie cookie)
      java.lang.String generateHeader​(javax.servlet.http.Cookie cookie, javax.servlet.http.HttpServletRequest request)  
      protected java.util.Optional<java.lang.String> getSameSiteAppSetting​(javax.servlet.http.Cookie cookie)  
      protected static void info​(java.lang.String msg)  
      protected java.lang.String toString​(javax.servlet.http.Cookie cookie)  
      protected static void warn​(java.lang.String msg)  
      • Methods inherited from class org.apache.tomcat.util.http.Rfc6265CookieProcessor

        getCharset, parseCookieHeader
      • Methods inherited from class org.apache.tomcat.util.http.CookieProcessorBase

        getSameSiteCookies, setSameSiteCookies
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurableRfc6265CookieProcessor

        public ConfigurableRfc6265CookieProcessor()
    • Method Detail

      • debug

        protected static void debug​(java.lang.String msg)
      • info

        protected static void info​(java.lang.String msg)
      • warn

        protected static void warn​(java.lang.String msg)
      • error

        protected static void error​(java.lang.String msg,
                                    java.lang.Exception e)
      • generateHeader

        @Deprecated
        public java.lang.String generateHeader​(javax.servlet.http.Cookie cookie)
        Specified by:
        generateHeader in interface org.apache.tomcat.util.http.CookieProcessor
        Overrides:
        generateHeader in class org.apache.tomcat.util.http.Rfc6265CookieProcessor
      • generateHeader

        public java.lang.String generateHeader​(javax.servlet.http.Cookie cookie,
                                               javax.servlet.http.HttpServletRequest request)
        Specified by:
        generateHeader in interface org.apache.tomcat.util.http.CookieProcessor
        Overrides:
        generateHeader in class org.apache.tomcat.util.http.Rfc6265CookieProcessor
      • toString

        protected java.lang.String toString​(javax.servlet.http.Cookie cookie)
      • getSameSiteAppSetting

        protected java.util.Optional<java.lang.String> getSameSiteAppSetting​(javax.servlet.http.Cookie cookie)