Class HttpBasicAuthInterceptor

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

public class HttpBasicAuthInterceptor extends Object implements org.apache.http.HttpRequestInterceptor
Apache HTTPClient interceptor which adds basic auth
See Also:
  • 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
      Specified by:
      process in interface org.apache.http.HttpRequestInterceptor
      Throws:
      org.apache.http.HttpException
      IOException