org.apache.webbeans.util
Class SecurityUtil

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

Deprecated. use SecurityService instead

public class SecurityUtil
extends java.lang.Object


Nested Class Summary
protected static class SecurityUtil.PrivilegedActionForClass
          Deprecated.  
protected static class SecurityUtil.PrivilegedActionForProxyFactory
          Deprecated.  
 
Constructor Summary
SecurityUtil()
          Deprecated.  
 
Method Summary
static java.lang.Class<?> doPrivilegedCreateClass(javassist.util.proxy.ProxyFactory factory)
          Deprecated.  
static
<T> java.lang.reflect.Method[]
doPrivilegedGetDeclaredMethods(java.lang.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> java.lang.reflect.Method[] doPrivilegedGetDeclaredMethods(java.lang.Class<T> clazz)
Deprecated. 

doPrivilegedCreateClass

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


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