This method of the RegistryPermission Class retrieves the wildcard expression that represents all the keys or values that are allowed for the specified access type.
public WildcardExpression getIncludedRules(int accessType');
Returns the wildcard expression representing all the keys or values that are allowed for the specified access type.
accessType | The type of access used to determine the wildcard expression. This value must be one of the following: OPEN, READ, WRITE, DELETE, or CREATE. |