public class HttpClientTrustedRequest extends HttpClientRequest
Request.MethodTypehttpClientContext| Constructor and Description |
|---|
HttpClientTrustedRequest(UserManager userManager,
CertificateFactory certificateFactory,
org.apache.http.impl.client.CloseableHttpClient httpClient,
org.apache.http.client.protocol.HttpClientContext httpClientContext,
Request.MethodType initialMethodType,
String initialUrl) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientTrustedRequest |
addTrustedTokenAuthentication(String hostname) |
HttpClientTrustedRequest |
addTrustedTokenAuthentication(String hostname,
String username) |
addBasicAuthentication, addHeader, addRequestParameters, execute, execute, executeAndReturn, getHeaders, setConnectionTimeout, setEntity, setFiles, setFollowRedirects, setHeader, setRequestBody, setRequestBody, setSoTimeout, setUrlpublic HttpClientTrustedRequest(UserManager userManager, CertificateFactory certificateFactory, org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.protocol.HttpClientContext httpClientContext, Request.MethodType initialMethodType, String initialUrl)
public HttpClientTrustedRequest addTrustedTokenAuthentication(String hostname)
public HttpClientTrustedRequest addTrustedTokenAuthentication(String hostname, String username)
Copyright © 2015 Atlassian. All rights reserved.