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 1410548 2012-11-16 19:38:51Z 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-2013 Apache Software Foundation. All Rights Reserved.