Liferay 6.1.2-ce-ga3

com.liferay.portal.security.lang
Class DoPrivilegedHandler

java.lang.Object
  extended by com.liferay.portal.security.lang.DoPrivilegedHandler
All Implemented Interfaces:
DoPrivilegedBean, InvocationHandler

public class DoPrivilegedHandler
extends Object
implements DoPrivilegedBean, InvocationHandler


Constructor Summary
DoPrivilegedHandler(Object bean)
           
 
Method Summary
protected  Object doInvoke(Object proxy, Method method, Object[] arguments)
           
 Object getActualBean()
           
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoPrivilegedHandler

public DoPrivilegedHandler(Object bean)
Method Detail

getActualBean

public Object getActualBean()
Specified by:
getActualBean in interface DoPrivilegedBean

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

doInvoke

protected Object doInvoke(Object proxy,
                          Method method,
                          Object[] arguments)
                   throws Throwable
Throws:
Throwable

Liferay 6.1.2-ce-ga3