Microsoft SDK for Java

addAllowedSuffix

This method of the PropertyPermission Class adds an allowed property suffix to the permission object.

Syntax

public void addAllowedSuffix(String suffix);

Parameters

suffix The property suffix to be added.

Remarks

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."

© 1999 Microsoft Corporation. All rights reserved. Terms of use.