Class SecurityActions


  • final class SecurityActions
    extends java.lang.Object
    SecurityActions A set of privileged actions that are not to leak out of this package
    Version:
    $Revision: $
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SecurityActions()
      No instantiation
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.reflect.Constructor<?> getConstructor​(java.lang.Class<?> clazz, java.lang.Class<?>... argumentTypes)
      Obtains the Constructor specified from the given Class and argument types
      (package private) static java.lang.reflect.Constructor<?>[] getConstructors​(java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

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

      • SecurityActions

        private SecurityActions()
        No instantiation
    • Method Detail

      • getConstructors

        static java.lang.reflect.Constructor<?>[] getConstructors​(java.lang.Class<?> clazz)
      • getConstructor

        static java.lang.reflect.Constructor<?> getConstructor​(java.lang.Class<?> clazz,
                                                               java.lang.Class<?>... argumentTypes)
                                                        throws java.lang.NoSuchMethodException
        Obtains the Constructor specified from the given Class and argument types
        Parameters:
        clazz -
        argumentTypes -
        Returns:
        Throws:
        java.lang.NoSuchMethodException