| Package | Description |
|---|---|
| com.atlassian.marketplace.client.http |
Interfaces and classes related to the HTTP transport layer.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConfiguration.Credentials |
HttpConfiguration.ProxyAuthParams.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<HttpConfiguration.Credentials> |
HttpConfiguration.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
HttpConfiguration.Builder |
HttpConfiguration.Builder.credentials(com.atlassian.fugue.Option<HttpConfiguration.Credentials> credentials)
Sets a username and password for basic authentication.
|
| Constructor and Description |
|---|
ProxyAuthParams(HttpConfiguration.Credentials credentials,
HttpConfiguration.ProxyAuthMethod authMethod) |
ProxyAuthParams(HttpConfiguration.Credentials credentials,
HttpConfiguration.ProxyAuthMethod authMethod,
com.atlassian.fugue.Option<String> ntlmDomain,
com.atlassian.fugue.Option<String> ntlmWorkstation) |
Copyright © 2019 Atlassian. All rights reserved.