Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
Packages that use DestinationProperties
-
Uses of DestinationProperties in com.sap.cloud.sdk.cloudplatform.connectivity
Subinterfaces of DestinationProperties in com.sap.cloud.sdk.cloudplatform.connectivityModifier and TypeInterfaceDescriptioninterface
Platform independent representation of a destination as a collection of key-value pairs, can be converted to aHttpDestination
or aRfcDestination
.interface
Platform independent representation of a HTTP destination as a collection of key-value pairs.interface
Adds HTTP relevant fields to the "generic" destination.interface
Deprecated.interface
Deprecated.Please useDefaultDestination
instead.Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement DestinationPropertiesModifier and TypeClassDescriptionfinal class
Immutable default implementation of theDestination
interface to be used as the "single source of truth".final class
Immutable default implementation of theHttpDestination
interface.final class
Deprecated.Please useDefaultDestination
instead.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return DestinationPropertiesModifier and TypeMethodDescriptionDestinationService.getDestinationProperties
(String destinationName) Fetches the properties of a specific destination from the BTP Destination Service on behalf of the current tenant.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type DestinationPropertiesModifier and TypeMethodDescriptionDestinationService.getAllDestinationProperties()
Fetches all destination properties from the BTP Destination Service on behalf of the current tenant.DestinationService.getAllDestinationProperties
(DestinationServiceRetrievalStrategy retrievalStrategy) Fetches all destination properties from the BTP Destination Service.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type DestinationPropertiesModifier and TypeMethodDescriptionDefaultHttpDestination.fromProperties
(DestinationProperties properties) Creates a newDefaultHttpDestination
instance from the givenDestinationProperties
by copying all properties returned bygetPropertyNames()
.static RfcDestination
DefaultRfcDestination.fromProperties
(DestinationProperties properties) Deprecated.Creates an immutable destination with the given properties.static boolean
DestinationUtility.requiresUserTokenExchange
(DestinationProperties destination) Helper method to identify if a destination requires user token exchange
Destination
instead.