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 1174064 2011-09-22 11:23:57Z 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-2011 Apache Software Foundation. All Rights Reserved.