Class ConfigurableRfc6265CookieProcessorHandlerLoader

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class ConfigurableRfc6265CookieProcessorHandlerLoader
    extends java.lang.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 Detail

      • PARAM_INSTALL_APPLICATION_HANDLER

        public static final java.lang.String PARAM_INSTALL_APPLICATION_HANDLER
        See Also:
        Constant Field Values
      • PARAM_SAMESITE_ENABLED

        public static final java.lang.String PARAM_SAMESITE_ENABLED
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConfigurableRfc6265CookieProcessorHandlerLoader

        public ConfigurableRfc6265CookieProcessorHandlerLoader()
    • Method Detail

      • afterPropertiesSet

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

        protected void configureCookieProcessor​(ConfigIntf cfg)