Profile-Specific Properties

An implementation of Personal Profile provides values for the following keys via the system properties :

Key
Value
java.awt.AlphaComposite.SRC_OVER.isRestricted
"true" if and only if AlphaComposite.SRC_OVER is restricted
java.awt.Component.setCursor.isRestricted
"true" if and only if Component.setCursor is restricted
java.awt.Dialog.setSize.isRestricted
"true" if and only if Dialog.setSize is restricted
java.awt.Dialog.setResizable.isRestricted
"true" if and only if Dialog.setResizable is restricted
java.awt.Dialog.setLocation.isRestricted
"true" if and only if Dialog.setLocation is restricted
java.awt.Dialog.setTitle.isRestricted
"true" if and only if Dialog.setTitle is restricted
java.awt.Frame.setSize.isRestricted
"true" if and only if Frame.setSize is restricted
java.awt.Frame.setResizable.isRestricted
"true" if and only if Frame.setResizable is restricted
java.awt.Frame.setLocation.isRestricted
"true" if and only if Frame.setLocation is restricted
java.awt.Frame.setState.isRestricted
"true" if and only if Frame.setState is restricted
java.awt.Frame.setTitle.isRestricted
"true" if and only if Frame.setTitle is restricted
java.awt.TextField.setEchoChar.isRestricted
"true" if and only if TextField.setEchoChar is restricted

Notes:
  1. Access to the above keys via the system properities is never security constrained.
  2. The term undefined as used above means that the key is not present in the system properties.
  3. Applications are encouraged to use Boolean.getBoolean() in accessing the above properties for upward-compatibility to J2SE.  Any property value other than "true", including undefined, shall therefore be interpreted as the boolean false.