public class DestinationResolver extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestination |
getDestinationForXsuaaBasedServiceBinding(String endpointUrl,
ServiceBinding binding,
com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf onBehalfOf)
Returns an instance of
HttpDestination for a given ServiceBinding. |
public static com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestination getDestinationForXsuaaBasedServiceBinding(String endpointUrl, ServiceBinding binding, com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf onBehalfOf)
HttpDestination for a given ServiceBinding. The method will assume
that the binding is based on xsuaa and parse accordingly.endpointUrl - Url of the servicebinding - ServiceBinding to parseonBehalfOf - Defines a specific OnBehalfOf value which determines authentication type and target tenant of the destinationHttpDestination for the given service.Copyright © 2023. All rights reserved.