Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions
Packages that use ServiceBindingDestinationOptions
- 
Uses of ServiceBindingDestinationOptions in com.sap.cloud.sdk.cloudplatform.connectivity
Fields in com.sap.cloud.sdk.cloudplatform.connectivity declared as ServiceBindingDestinationOptionsModifier and TypeFieldDescriptionprotected final ServiceBindingDestinationOptionsDefaultOAuth2PropertySupplier.optionsTheServiceBindingDestinationOptionscontaining the service binding to interpret.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return ServiceBindingDestinationOptionsModifier and TypeMethodDescriptionServiceBindingDestinationOptions.Builder.build()Create theServiceBindingDestinationOptionsinstance based on the previously given properties.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type ServiceBindingDestinationOptionsModifier and TypeMethodDescriptiondefault HttpDestinationServiceBindingDestinationLoader.getDestination(ServiceBindingDestinationOptions options) Tries to transform the givenoptionsinto anHttpDestination.io.vavr.control.Try<HttpDestination>IdentityAuthenticationServiceBindingDestinationLoader.tryGetDestination(ServiceBindingDestinationOptions options) io.vavr.control.Try<HttpDestination>MegacliteServiceBindingDestinationLoader.tryGetDestination(ServiceBindingDestinationOptions options) io.vavr.control.Try<HttpDestination>OAuth2ServiceBindingDestinationLoader.tryGetDestination(ServiceBindingDestinationOptions options) io.vavr.control.Try<HttpDestination>ServiceBindingDestinationLoader.tryGetDestination(ServiceBindingDestinationOptions options) Method parameters in com.sap.cloud.sdk.cloudplatform.connectivity with type arguments of type ServiceBindingDestinationOptionsModifier and TypeMethodDescriptionstatic voidOAuth2ServiceBindingDestinationLoader.registerPropertySupplier(com.sap.cloud.environment.servicebinding.api.ServiceIdentifier service, Function<ServiceBindingDestinationOptions, OAuth2PropertySupplier> propertySupplier) Adds the givenOAuth2PropertySupplierto handle matchingServiceBindingDestinationOptionsaccording to the providedServiceIdentifier.static voidOAuth2ServiceBindingDestinationLoader.registerPropertySupplier(Predicate<ServiceBindingDestinationOptions> optionsMatcher, Function<ServiceBindingDestinationOptions, OAuth2PropertySupplier> propertySupplier) Adds the givenOAuth2PropertySupplierto handle matchingServiceBindingDestinationOptions.static voidOAuth2ServiceBindingDestinationLoader.registerPropertySupplier(Predicate<ServiceBindingDestinationOptions> optionsMatcher, Function<ServiceBindingDestinationOptions, OAuth2PropertySupplier> propertySupplier) Adds the givenOAuth2PropertySupplierto handle matchingServiceBindingDestinationOptions.Constructors in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type ServiceBindingDestinationOptionsModifierConstructorDescriptionCreate a new instance to parse the given service binding.DefaultOAuth2PropertySupplier(ServiceBindingDestinationOptions options, List<String> oauthPropertyPath) Create a new instance to parse the given service binding.