Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationLoader
Packages that use ServiceBindingDestinationLoader
-
Uses of ServiceBindingDestinationLoader in com.sap.cloud.sdk.cloudplatform.connectivity
Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement ServiceBindingDestinationLoaderModifier 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.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return ServiceBindingDestinationLoaderModifier 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
.Method parameters in com.sap.cloud.sdk.cloudplatform.connectivity with type arguments of type ServiceBindingDestinationLoaderModifier 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
.