Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
Packages that use OAuth2PropertySupplier
- 
Uses of OAuth2PropertySupplier in com.sap.cloud.sdk.cloudplatform.connectivityClasses in com.sap.cloud.sdk.cloudplatform.connectivity that implement OAuth2PropertySupplierModifier and TypeClassDescriptionclassA default strategy to extract OAuth client information from service bindings.Method parameters in com.sap.cloud.sdk.cloudplatform.connectivity with type arguments of type OAuth2PropertySupplierModifier 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.