Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
-
Uses of OAuth2PropertySupplier in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeClassDescriptionclass
A default strategy to extract OAuth client information from service bindings.Modifier and TypeMethodDescriptionstatic void
OAuth2ServiceBindingDestinationLoader.registerPropertySupplier
(com.sap.cloud.environment.servicebinding.api.ServiceIdentifier service, Function<ServiceBindingDestinationOptions, OAuth2PropertySupplier> propertySupplier) Adds the givenOAuth2PropertySupplier
to handle matchingServiceBindingDestinationOptions
according to the providedServiceIdentifier
.static void
OAuth2ServiceBindingDestinationLoader.registerPropertySupplier
(Predicate<ServiceBindingDestinationOptions> optionsMatcher, Function<ServiceBindingDestinationOptions, OAuth2PropertySupplier> propertySupplier) Adds the givenOAuth2PropertySupplier
to handle matchingServiceBindingDestinationOptions
.