Class SecurityActions


  • final class SecurityActions
    extends java.lang.Object
    This class must not be public.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.security.PrivilegedAction<java.lang.ClassLoader> GET_LOADER_ACTION  
    • Constructor Summary

      Constructors 
      Constructor Description
      SecurityActions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.ClassLoader getContextClassLoader()  
      (package private) static java.lang.ClassLoader setContextClassLoader​(java.lang.ClassLoader classLoader)  
      • Methods inherited from class java.lang.Object

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

      • GET_LOADER_ACTION

        private static final java.security.PrivilegedAction<java.lang.ClassLoader> GET_LOADER_ACTION
    • Constructor Detail

      • SecurityActions

        SecurityActions()
    • Method Detail

      • setContextClassLoader

        static java.lang.ClassLoader setContextClassLoader​(java.lang.ClassLoader classLoader)
      • getContextClassLoader

        static java.lang.ClassLoader getContextClassLoader()