org.apache.catalina.security
Class SecurityClassLoad
java.lang.Object
org.apache.catalina.security.SecurityClassLoad
public final class SecurityClassLoad
- extends Object
Static class used to preload java classes when using the
Java SecurityManager so that the defineClassInPackage
RuntimePermission does not trigger an AccessControlException.
- Version:
- $Id: SecurityClassLoad.java 1347036 2012-06-06 18:32:43Z markt $
- Author:
- Glenn L. Nielsen, Jean-Francois Arcand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityClassLoad
public SecurityClassLoad()
securityClassLoad
public static void securityClassLoad(ClassLoader loader)
throws Exception
- Throws:
Exception
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.