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 TypeClassDescriptionclassAServiceBindingDestinationLoaderthat loads destinations from service bindings backed by the Identity Authentication Service (IAS).final classRepresentation of the Megaclite service as provided in Deploy with Confidence landscapes.classAn implementation of theServiceBindingDestinationLoaderinterface that is capable of producing OAuth2 basedHttpDestinationinstances.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 provideddelegateLoadersin the provided order to try to transform the providedServiceBindingDestinationOptionsinto 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 provideddelegateLoadersin the provided order to try to transform the providedServiceBindingDestinationOptionsinto anHttpDestination.