This method of the SystemStreamsPermission Class sets whether this permission object allows the system stream System.in to be set by classes that possess this permission instance.
public void setCanSetSystemIn(boolean allow);
allow | The value that indicates whether the permission allows System.in to be set. This value must be true if this permission should allow System.in to be set; otherwise, it should be false. |