com.ibm.hats.common.DefaultConnectionOverrides

For the com.ibm.hats.common.DefaultConnectionOverrides 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 connection parameters. Any exceptions to the chosen security policy for connection overrides are recorded with additional <setting> tags, with the name attribute set to the name of the exceptional connection parameter.

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
The default for the allowAll setting is false.