Created by: bhuism
Make method updateParamsForAuth protected (not private) for java webclient
rationale: so that it can be overridden
the equivalent method in RestTemplate is currently also protected
protected void updateParamsForAuth(String[] authNames, MultiValueMap<String, String> queryParams, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams)