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.Graphics2D.setStroke.BasicStroke.isRestricted
"true" if and only if the use of BasicStroke is restricted in Graphics2D.setStroke().

Notes:
  1. Access to the above keys via the system properties 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.