Class PrivilegedGetValueFromField

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction

    public class PrivilegedGetValueFromField
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction
    • Constructor Summary

      Constructors 
      Constructor Description
      PrivilegedGetValueFromField​(java.lang.reflect.Field field, java.lang.Object object)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object run()  
      • Methods inherited from class java.lang.Object

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

      • PrivilegedGetValueFromField

        public PrivilegedGetValueFromField​(java.lang.reflect.Field field,
                                           java.lang.Object object)
    • Method Detail

      • run

        public java.lang.Object run()
                             throws java.lang.IllegalAccessException
        Specified by:
        run in interface java.security.PrivilegedExceptionAction
        Throws:
        java.lang.IllegalAccessException