Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationLoader
-
Uses of ServiceBindingDestinationLoader in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeClassDescriptionclass
AServiceBindingDestinationLoader
that loads destinations from service bindings backed by the Identity Authentication Service (IAS).final class
Representation of the Megaclite service as provided in Deploy with Confidence landscapes.class
An implementation of theServiceBindingDestinationLoader
interface that is capable of producing OAuth2 basedHttpDestination
instances.Modifier and TypeMethodDescriptionServiceBindingDestinationLoader.defaultLoaderChain()
Returns the default loader chain instance.ServiceBindingDestinationLoader.newLoaderChain
(List<ServiceBindingDestinationLoader> delegateLoaders) Returns a new loader chain instance that will query the provideddelegateLoaders
in the provided order to try to transform the providedServiceBindingDestinationOptions
into anHttpDestination
.Modifier and TypeMethodDescriptionServiceBindingDestinationLoader.newLoaderChain
(List<ServiceBindingDestinationLoader> delegateLoaders) Returns a new loader chain instance that will query the provideddelegateLoaders
in the provided order to try to transform the providedServiceBindingDestinationOptions
into anHttpDestination
.