
-
Classes Class Description ca.uhn.fhir.rest.client.impl.HttpBasicAuthInterceptor UseBasicAuthInterceptor
instead. Note that BasicAuthInterceptor class is a HAPI client interceptor instead of being a commons-httpclient interceptor, so you register it to your client instance once it's created usingIGenericClient#registerInterceptor(IClientInterceptor)
orIBasicClient#registerInterceptor(IClientInterceptor)
instead
-
Methods Method Description ca.uhn.fhir.rest.client.impl.GenericClient.isLogRequestAndResponse() UseLoggingInterceptor
as a client interceptor registered to your client instead, as this provides much more fine-grained control over what is logged. This method will be removed at some point (deprecated in HAPI 1.6 - 2016-06-16)ca.uhn.fhir.rest.client.impl.GenericClient.setLogRequestAndResponse(boolean) ca.uhn.fhir.rest.client.impl.RestfulClientFactory.getServerValidationModeEnum() ca.uhn.fhir.rest.client.impl.RestfulClientFactory.setServerValidationModeEnum(ServerValidationModeEnum)