Package | Description |
---|---|
io.sphere.sdk.extensions |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthorizationHeaderAuthentication
The Authorization header will be set to the content of headerValue.
|
interface |
AzureFunctionsAuthentication |
Modifier and Type | Method and Description |
---|---|
HttpDestinationAuthentication |
HttpDestination.getAuthentication() |
Modifier and Type | Method and Description |
---|---|
HttpDestinationBuilder |
HttpDestinationBuilder.authentication(HttpDestinationAuthentication authentication)
Sets the
authentication property of this builder. |
static HttpDestinationBuilder |
HttpDestinationBuilder.of(String url,
HttpDestinationAuthentication authentication)
Creates a new object initialized with the given values.
|