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 TypeInterfaceDescriptioninterfacePlatform independent representation of a destination as a collection of key-value pairs, can be converted to aHttpDestinationor aRfcDestination.interfacePlatform independent representation of a HTTP destination as a collection of key-value pairs.interfaceAdds HTTP relevant fields to the "generic" destination.interfaceDeprecated.interfaceDeprecated.Please useDefaultDestinationinstead.Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement DestinationPropertiesModifier and TypeClassDescriptionfinal classImmutable default implementation of theDestinationinterface to be used as the "single source of truth".final classImmutable default implementation of theHttpDestinationinterface.final classDeprecated.Please useDefaultDestinationinstead.class* Immutable implementation of theHttpDestinationinterface for using the transparent proxy.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 newDefaultHttpDestinationinstance from the givenDestinationPropertiesby copying all properties returned bygetPropertyNames().static RfcDestinationDefaultRfcDestination.fromProperties(DestinationProperties properties) Deprecated.Creates an immutable destination with the given properties.static booleanDestinationUtility.requiresUserTokenExchange(DestinationProperties destination) Helper method to identify if a destination requires user token exchange
Destinationinstead.