| Package | Description |
|---|---|
| org.mule.runtime.http.api.client.auth |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpAuthenticationBuilder.HttpNtlmAuthenticationBuilder
Specification of
HttpAuthenticationBuilder for NTLM based authentication. |
| Modifier and Type | Method and Description |
|---|---|
static HttpAuthenticationBuilder |
HttpAuthentication.basic(String username,
String password)
Provides a
HttpAuthenticationBuilder already set up for basic authentication. |
static HttpAuthenticationBuilder |
HttpAuthentication.builder()
Provides a
HttpAuthenticationBuilder to create instances of HttpAuthentication. |
static HttpAuthenticationBuilder |
HttpAuthentication.digest(String username,
String password)
Provides a
HttpAuthenticationBuilder already set up for digest authentication. |
HttpAuthenticationBuilder |
HttpAuthenticationBuilder.password(String password)
Defines the password to use.
|
HttpAuthenticationBuilder |
HttpAuthenticationBuilder.preemptive(boolean preemptive)
Defines whether or not the authentication should be done from the first request.
|
HttpAuthenticationBuilder |
HttpAuthenticationBuilder.type(HttpAuthenticationType type)
Defines the
HttpAuthenticationType to use. |
HttpAuthenticationBuilder |
HttpAuthenticationBuilder.username(String username)
Defines the username to use.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.