This method of the PropertyPermission Class turns unrestricted property access on or off, depending on the value of the flag. Unrestricted property access allows you to read all system properties, and to obtain the system properties object and manipulate it.
public void allowUnrestrictedAccess(boolean flag);
flag | The flag that indicates whether access to unrestricted properties should be turned on or off. |