public class ProxyCredentialsProvider extends Object implements org.apache.http.client.CredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.fugue.Option<ProxyCredentialsProvider> |
build(HttpClientOptions options) |
void |
clear() |
org.apache.http.auth.Credentials |
getCredentials(org.apache.http.auth.AuthScope authscope) |
void |
setCredentials(org.apache.http.auth.AuthScope authscope,
org.apache.http.auth.Credentials credentials) |
public static com.atlassian.fugue.Option<ProxyCredentialsProvider> build(HttpClientOptions options)
public void setCredentials(org.apache.http.auth.AuthScope authscope,
org.apache.http.auth.Credentials credentials)
setCredentials in interface org.apache.http.client.CredentialsProviderpublic org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthScope authscope)
getCredentials in interface org.apache.http.client.CredentialsProviderpublic void clear()
clear in interface org.apache.http.client.CredentialsProviderCopyright © 2012–2018 Atlassian. All rights reserved.