Class HttpBasicAuthInterceptor

java.lang.Object
ca.uhn.fhir.rest.client.impl.HttpBasicAuthInterceptor
All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor

@Deprecated public class HttpBasicAuthInterceptor extends Object implements org.apache.http.HttpRequestInterceptor
Deprecated.
Use BasicAuthInterceptor 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 using IGenericClient.registerInterceptor(IClientInterceptor) or IRestfulClient.registerInterceptor(IClientInterceptor) instead
  • Constructor Details

  • Method Details

    • process

      public void process(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
      Deprecated.
      Specified by:
      process in interface org.apache.http.HttpRequestInterceptor
      Throws:
      org.apache.http.HttpException
      IOException