public class VaadinSecurityAwareProcessor extends Object implements ApplicationContextAware, BeanPostProcessor
BeanPostProcessor
implementation that passes the VaadinSecurity to beans that
implement the VaadinSecurityAware interfaceVaadinSecurityAware| Constructor and Description |
|---|
VaadinSecurityAwareProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(ApplicationContext applicationContext) |
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2017. All rights reserved.