org.springframework.security.config
Class EntryPointInjectionBeanPostProcessor
java.lang.Object
org.springframework.security.config.EntryPointInjectionBeanPostProcessor
- All Implemented Interfaces:
- BeanFactoryAware, BeanPostProcessor
public class EntryPointInjectionBeanPostProcessor
- extends Object
- implements BeanPostProcessor, BeanFactoryAware
- Since:
- 2.0.2
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryPointInjectionBeanPostProcessor
public EntryPointInjectionBeanPostProcessor()
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.