Class SecurityClassLoad


  • public final class SecurityClassLoad
    extends java.lang.Object
    Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void securityClassLoad​(java.lang.ClassLoader loader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecurityClassLoad

        public SecurityClassLoad()
    • Method Detail

      • securityClassLoad

        public static void securityClassLoad​(java.lang.ClassLoader loader)