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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger log  
    • 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
    • Field Detail

      • log

        private static java.util.logging.Logger log
    • Constructor Detail

      • SecurityClassLoad

        public SecurityClassLoad()
    • Method Detail

      • securityClassLoad

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