org.n52.oxf.util.web
Class BasicAuthenticationHttpClient
java.lang.Object
org.n52.oxf.util.web.HttpClientDecorator
org.n52.oxf.util.web.BasicAuthenticationHttpClient
- All Implemented Interfaces:
- HttpClient
- Direct Known Subclasses:
- PreemptiveBasicAuthenticationHttpClient
public class BasicAuthenticationHttpClient
- extends HttpClientDecorator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
credentials
protected Map<org.apache.http.HttpHost,UserPasswordAuthentication> credentials
BasicAuthenticationHttpClient
public BasicAuthenticationHttpClient(HttpClient toDecorate)
getAuthenticationIntercepter
protected org.apache.http.HttpRequestInterceptor getAuthenticationIntercepter()
provideAuthentication
public void provideAuthentication(org.apache.http.HttpHost host,
String user,
String pw)
Copyright © 2012-2013 52north.org. All Rights Reserved.