org.springframework.security.config
Class HttpFirewallInjectionBeanPostProcessor
java.lang.Object
org.springframework.security.config.HttpFirewallInjectionBeanPostProcessor
- All Implemented Interfaces:
- BeanFactoryAware, BeanPostProcessor
public class HttpFirewallInjectionBeanPostProcessor
- extends Object
- implements BeanPostProcessor, BeanFactoryAware
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpFirewallInjectionBeanPostProcessor
public HttpFirewallInjectionBeanPostProcessor(String ref)
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessBeforeInitialization
in interface BeanPostProcessor
- Throws:
BeansException
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessAfterInitialization
in interface BeanPostProcessor
- Throws:
BeansException
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
- Specified by:
setBeanFactory
in interface BeanFactoryAware
- Throws:
BeansException
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.