com.ibm.hats.common.DefaultGVOverrides
For the com.ibm.hats.common.DefaultGVOverrides class, there is
always at least one <setting> tag with a name attribute of allowAll.
This <setting> tag indicates the chosen default security policy
regarding the overriding of global variables. Any exceptions to the
chosen security policy are recorded with additional <setting>
tags, with the name attribute set to hatsgv_variableName for
regular global variable exceptions, or hatssharedgv_variableName for
shared global variable exceptions.
Valid values for the name attributes are:
- true
- The end user can override the named connection parameter.
If the named connection parameter is
allowAll, this means that all unnamed connection parameters may be overridden with clients requests. - false
- The end user can not override the named connection
parameter. If the named connection parameter is
allowAll, this means that no unnamed connection parameters may be overridden
allowAll setting is false.