This method of the ReflectionPermission Class sets the class loader that this permission is associated with. The associated class loader should be the class loader that loaded the classes that this permission will be assigned to. The loader access type SAMELOADER refers to the class loader set by this method.
public void setAssociatedLoader(ClassLoader ldr);
ldr | The class loader object. |