Class SecurityActions


  • final class SecurityActions
    extends java.lang.Object
    This utility class is used to optimize invocation made through the SecurityManager
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SecurityActions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.reflect.Method[] getDeclaredMethods​(java.lang.Class<?> clazz)  
      (package private) static void setAccessible​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • SecurityActions

        private SecurityActions()
    • Method Detail

      • setAccessible

        static void setAccessible​(java.lang.reflect.Method method)
      • getDeclaredMethods

        static java.lang.reflect.Method[] getDeclaredMethods​(java.lang.Class<?> clazz)