com.liferay.portal.security.lang
Class DoPrivilegedFactory
java.lang.Object
com.liferay.portal.security.lang.DoPrivilegedFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanPostProcessor
public class DoPrivilegedFactory
- extends Object
- implements org.springframework.beans.factory.config.BeanPostProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoPrivilegedFactory
public DoPrivilegedFactory()
wrap
public static <T> T wrap(T bean)
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean,
String beanName)
throws org.springframework.beans.BeansException
- Specified by:
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean,
String beanName)
throws org.springframework.beans.BeansException
- Specified by:
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException