This method of the ThreadPermission Class sets the ability to manipulate any Thread object in the system.
public void setUnrestrictedThreadAccess(boolean f);
f | The flag that indicates whether to turn unrestricted Thread access on or off. If the value is true, the ability to manipulate all Thread objects is turned on; otherwise, it is turned off. |