Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
Packages that use OAuth2PropertySupplier
-
Uses of OAuth2PropertySupplier in com.sap.cloud.sdk.cloudplatform.connectivity
Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement OAuth2PropertySupplierModifier and TypeClassDescriptionclass
A 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 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
.