Class ConfigurableRfc6265CookieProcessorHandlerLoader

java.lang.Object
de.hybris.platform.util.tomcat.ConfigurableRfc6265CookieProcessorHandlerLoader
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class ConfigurableRfc6265CookieProcessorHandlerLoader extends Object implements org.springframework.beans.factory.InitializingBean
Installs application specific SameSite cookie handler and log handler. Since spring beans are usually loaded upon Tomcat startup this is early enough.
  • Field Details

  • Constructor Details

    • ConfigurableRfc6265CookieProcessorHandlerLoader

      public ConfigurableRfc6265CookieProcessorHandlerLoader()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • configureCookieProcessor

      protected void configureCookieProcessor(ConfigIntf cfg)