Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Field and Description |
---|---|
protected List<Header> |
DefaultHttpDestination.httpHeaders
Headers prepared for this destination.
|
Modifier and Type | Method and Description |
---|---|
Header |
ScpCfDestinationServiceV1Response.DestinationAuthToken.getHttpHeaderSuggestion() |
Modifier and Type | Method and Description |
---|---|
default List<Header> |
DestinationHeaderProvider.getHeaders(DestinationProperties destination)
Deprecated.
Please use
DestinationHeaderProvider.getHeaders(DestinationRequestContext) instead. The
destination reference can be extracted using DestinationRequestContext.getDestination() . |
default List<Header> |
DestinationHeaderProvider.getHeaders(DestinationRequestContext requestContext)
Provides a list of
Header objects which should be used with the given destination for a request URI. |
default Collection<Header> |
HttpDestinationProperties.getHeaders(URI requestUri)
Getter for a collection of header that should be added to the outgoing request for this destination.
|
Collection<Header> |
AbstractHttpDestination.getHeaders(URI requestUri) |
Collection<Header> |
DefaultHttpDestination.getHeaders(URI requestUri)
Getter for a collection of header that should be added to the outgoing request for this destination.
|
Collection<Header> |
CustomTokenHttpDestination.getHeaders(URI requestUri)
Getter for a collection of header that should be added to the outgoing request for this destination.
|
Collection<Header> |
ScpCfHttpDestination.getHeaders(URI requestUri) |
Collection<Header> |
ClientCredentialsHttpDestination.getHeaders(URI requestUri)
Getter for a collection of header that should be added to the outgoing request for this destination.
|
List<Header> |
ScpNeoHttpDestination.getHeaders(URI requestUri)
Getter for a collection of header that should be added to the outgoing request for this destination.
|
default Collection<Header> |
HttpDestinationProperties.getHeadersFromProperties()
Helper method to create the collection of headers by also considering the properties.
|
Collection<Header> |
AbstractHttpDestination.getHeadersFromProperties() |
Modifier and Type | Method and Description |
---|---|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
static DestinationHeaderProvider |
DestinationHeaderProvider.of(Header... staticHeaders)
Instantiate a local instance with static headers.
|
void |
ScpCfDestinationServiceV1Response.DestinationAuthToken.setHttpHeaderSuggestion(Header httpHeaderSuggestion) |
Modifier and Type | Method and Description |
---|---|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.authenticationHeaders(List<Header> authenticationHeaders)
Adds the authentication headers to every outgoing request to this destination
|
Modifier and Type | Method and Description |
---|---|
List<Header> |
MockDestination.getHeaders() |
List<Header> |
MockErpDestination.getHeaders() |
Modifier and Type | Method and Description |
---|---|
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.header(Header header) |
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.header(Header header) |
Modifier and Type | Method and Description |
---|---|
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.headers(Collection<? extends Header> headers) |
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.headers(Collection<? extends Header> headers) |
Destination |
MockUtil.mockDestination(String name,
URI uri,
AuthenticationType authenticationType,
Credentials credentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName) |
Destination |
MockUtil.mockErpDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials,
AuthenticationType authenticationType,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName) |
void |
MockDestination.setHeaders(List<Header> headers) |
void |
MockErpDestination.setHeaders(List<Header> headers) |
Copyright © 2021 SAP SE. All rights reserved.