| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthentication
Configures basic authentication for the requests.
|
class |
DigestAuthentication
Configures digest authentication for the requests.
|
class |
NtlmAuthentication
Configures NTLM authentication for the requests.
|
class |
UsernamePasswordAuthentication
Base class for user/pass based implementations.
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
HttpClient.getDefaultAuthentication()
Returns the default
HttpAuthentication to be used on requests. |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
HttpRequesterProvider.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
MuleEventToHttpRequest.create(Event event,
HttpRequesterRequestBuilder requestBuilder,
HttpAuthentication authentication,
MuleContext muleContext)
Creates an .
|
HttpRequester.Builder |
HttpRequester.Builder.setAuthentication(HttpAuthentication authentication) |
| Constructor and Description |
|---|
HttpRequester(MuleEventToHttpRequest eventToHttpRequest,
boolean followRedirects,
HttpAuthentication authentication,
boolean parseResponse,
int responseTimeout,
ResponseValidator responseValidator,
HttpRequesterConfig config) |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
HttpClientConfiguration.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.setAuthentication(HttpAuthentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
GrizzlyHttpClient.getDefaultAuthentication() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.