Class DefaultProxyAuthenticator
- java.lang.Object
-
- org.apache.synapse.transport.http.conn.DefaultProxyAuthenticator
-
- All Implemented Interfaces:
ProxyAuthenticator
public class DefaultProxyAuthenticator extends Object implements ProxyAuthenticator
DefaultProxyAuthenticator will be initialized when proxy is configured with http.proxyHost
-
-
Constructor Summary
Constructors Constructor Description DefaultProxyAuthenticator(org.apache.http.auth.Credentials credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
authenticatePreemptively(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
this will add authentication header to the request
-
-
-
Method Detail
-
authenticatePreemptively
public void authenticatePreemptively(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.auth.AuthenticationException
this will add authentication header to the request- Specified by:
authenticatePreemptively
in interfaceProxyAuthenticator
- Parameters:
request
- outgoing http requestcontext
- http context- Throws:
org.apache.http.auth.AuthenticationException
-
-