Liferay 6.2.0-ce-m5

com.liferay.portal.security.lang
Class DoPrivilegedFactory

java.lang.Object
  extended by 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


Constructor Summary
DoPrivilegedFactory()
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String beanName)
           
 Object postProcessBeforeInitialization(Object bean, String beanName)
           
static
<T> T
wrap(T bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoPrivilegedFactory

public DoPrivilegedFactory()
Method Detail

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

Liferay 6.2.0-ce-m5