Class CsrfFilterPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.config.BeanPostProcessor

    @Component
    public class CsrfFilterPostProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.config.BeanPostProcessor
    • Constructor Summary

      Constructors 
      Constructor Description
      CsrfFilterPostProcessor​(com.xebialabs.xlrelease.config.XlrConfig xlrConfig)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object postProcessAfterInitialization​(java.lang.Object bean, java.lang.String beanName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor

        postProcessBeforeInitialization
    • Constructor Detail

      • CsrfFilterPostProcessor

        @Autowired
        public CsrfFilterPostProcessor​(com.xebialabs.xlrelease.config.XlrConfig xlrConfig)
    • Method Detail

      • postProcessAfterInitialization

        public java.lang.Object postProcessAfterInitialization​(java.lang.Object bean,
                                                               java.lang.String beanName)
                                                        throws org.springframework.beans.BeansException
        Specified by:
        postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException