org.apache.webbeans.util
Class SecurityUtil

java.lang.Object
  extended by org.apache.webbeans.util.SecurityUtil

Deprecated. use SecurityService instead

public class SecurityUtil
extends Object


Nested Class Summary
protected static class SecurityUtil.PrivilegedActionForClass
          Deprecated.  
protected static class SecurityUtil.PrivilegedActionForProxyFactory
          Deprecated.  
 
Constructor Summary
SecurityUtil()
          Deprecated.  
 
Method Summary
static Class<?> doPrivilegedCreateClass(javassist.util.proxy.ProxyFactory factory)
          Deprecated.  
static
<T> Method[]
doPrivilegedGetDeclaredMethods(Class<T> clazz)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityUtil

public SecurityUtil()
Deprecated. 
Method Detail

doPrivilegedGetDeclaredMethods

public static <T> Method[] doPrivilegedGetDeclaredMethods(Class<T> clazz)
Deprecated. 

doPrivilegedCreateClass

public static Class<?> doPrivilegedCreateClass(javassist.util.proxy.ProxyFactory factory)
Deprecated. 


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