Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
-
Uses of DestinationProperties in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionDestinationService.getDestinationProperties
(String destinationName) Fetches the properties of a specific destination from the BTP Destination Service on behalf of the current tenant.Modifier 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.Modifier 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.