public class BasicAuthenticationHttpClient extends HttpClientDecorator
Modifier and Type | Field and Description |
---|---|
protected Map<org.apache.http.HttpHost,UserPasswordAuthentication> |
credentials |
Constructor and Description |
---|
BasicAuthenticationHttpClient(HttpClient toDecorate) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpRequestInterceptor |
getAuthenticationIntercepter() |
void |
provideAuthentication(org.apache.http.HttpHost host,
String user,
String pw) |
executeGet, executeGet, executeMethod, executePost, executePost, executePost, executePost, getConnectionManager, getHttpClientToDecorate
protected Map<org.apache.http.HttpHost,UserPasswordAuthentication> credentials
public BasicAuthenticationHttpClient(HttpClient toDecorate)
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.