| Package | Description |
|---|---|
| org.mule.extension.http.api.request.authentication | |
| org.mule.extension.http.internal.request | |
| org.mule.extension.http.internal.request.client |
| 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 |
HttpRequesterProvider.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequestFactory.create(HttpRequesterRequestBuilder requestBuilder,
HttpAuthentication authentication,
MuleContext muleContext)
Creates an .
|
HttpRequester.Builder |
HttpRequester.Builder.setAuthentication(HttpAuthentication authentication) |
| Constructor and Description |
|---|
HttpRequester(HttpRequestFactory eventToHttpRequest,
boolean followRedirects,
HttpAuthentication authentication,
boolean parseResponse,
int responseTimeout,
ResponseValidator responseValidator,
HttpRequesterConfig config,
org.mule.runtime.api.scheduler.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
HttpExtensionClient.getDefaultAuthentication() |
| Constructor and Description |
|---|
HttpExtensionClient(HttpClient httpClient,
UriParameters uriParameters,
HttpAuthentication authentication) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.