Package de.hybris.platform.util.tomcat
Class ConfigurableRfc6265CookieProcessorHandlerLoader
- java.lang.Object
-
- de.hybris.platform.util.tomcat.ConfigurableRfc6265CookieProcessorHandlerLoader
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class ConfigurableRfc6265CookieProcessorHandlerLoader extends java.lang.Object implements org.springframework.beans.factory.InitializingBeanInstalls application specific SameSite cookie handler and log handler. Since spring beans are usually loaded upon Tomcat startup this is early enough.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAM_INSTALL_APPLICATION_HANDLERstatic java.lang.StringPARAM_SAMESITE_ENABLED
-
Constructor Summary
Constructors Constructor Description ConfigurableRfc6265CookieProcessorHandlerLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()protected voidconfigureCookieProcessor(ConfigIntf cfg)
-
-
-
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
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
configureCookieProcessor
protected void configureCookieProcessor(ConfigIntf cfg)
-
-