Class PrivilegedSetValueInField

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction

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

      Constructors 
      Constructor Description
      PrivilegedSetValueInField​(java.lang.reflect.Field field, java.lang.Object object, java.lang.Object value)  
    • 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

      • PrivilegedSetValueInField

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

      • run

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