public class HttpBasicAuthInterceptor extends HttpRequestInterceptorBase
Constructor and Description |
---|
HttpBasicAuthInterceptor(String username,
String password,
org.apache.http.client.CookieStore cookieStore,
String cn,
boolean isSSL,
Map<String,String> additionalHeaders) |
Modifier and Type | Method and Description |
---|---|
protected void |
addHttpAuthHeader(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext) |
process
protected void addHttpAuthHeader(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext httpContext) throws Exception
addHttpAuthHeader
in class HttpRequestInterceptorBase
Exception
Copyright © 2017 The Apache Software Foundation. All rights reserved.