This method of the PropertyPermission Class adds an allowed property suffix to the permission object.
public void addAllowedSuffix(String suffix);
suffix | The property suffix to be added. |
Property suffixes work as follows: If you have access to a suffix "X", you have access to any system property "Y" if and only if a second system property named "Y.X" exists that is set to "true."