org.apache.webbeans.util
Class SecurityUtil.PrivilegedActionForProxyFactory

java.lang.Object
  extended by org.apache.webbeans.util.SecurityUtil.PrivilegedActionForProxyFactory
All Implemented Interfaces:
PrivilegedAction<Object>
Enclosing class:
SecurityUtil

protected static class SecurityUtil.PrivilegedActionForProxyFactory
extends Object
implements PrivilegedAction<Object>


Constructor Summary
protected SecurityUtil.PrivilegedActionForProxyFactory(javassist.util.proxy.ProxyFactory factory)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityUtil.PrivilegedActionForProxyFactory

protected SecurityUtil.PrivilegedActionForProxyFactory(javassist.util.proxy.ProxyFactory factory)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction<Object>


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.