org.apache.webbeans.util
Class SecurityUtil.PrivilegedActionForProxyFactory

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

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


Constructor Summary
protected SecurityUtil.PrivilegedActionForProxyFactory(javassist.util.proxy.ProxyFactory factory)
           
 
Method Summary
 java.lang.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 java.lang.Object run()
Specified by:
run in interface java.security.PrivilegedAction<java.lang.Object>


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