Uses of Class
com.broadleafcommerce.paypal.micro.gateway.autoconfigure.PayPalCheckoutApiProperties
Packages that use PayPalCheckoutApiProperties
Package
Description
-
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionPayPalGatewayAutoConfiguration.payPalApiProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalPayPalApiProperties properties, PayPalCheckoutApiProperties checkoutApiProperties) PayPalGatewayAutoConfiguration.payPalCheckoutProvider
(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration) PayPalGatewayAutoConfiguration.payPalCheckoutTransactionService
(PayPalCheckoutProvider paypalCheckoutService, PayPalApiProvider apiProvider, PayPalOrderService payPalOrderService, PayPalCheckoutApiProperties properties, org.springframework.retry.support.RetryTemplate retryTemplate, PayPalUtils utils) Supplier<org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction>
PayPalGatewayAutoConfiguration.payPalOAuth2AuthorizedClientExchangeFilterFunctionSupplier
(PayPalCheckoutApiProperties properties) -
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.service
Methods in com.broadleafcommerce.paypal.micro.gateway.service that return PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionprotected PayPalCheckoutApiProperties
DefaultPayPalCheckoutTransactionService.getProperties()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service with parameters of type PayPalCheckoutApiPropertiesModifierConstructorDescriptionDefaultPayPalCheckoutTransactionService
(PayPalCheckoutProvider paypalCheckoutService, PayPalApiProvider apiProvider, PayPalOrderService payPalOrderService, PayPalCheckoutApiProperties properties, org.springframework.retry.support.RetryTemplate retryTemplate, PayPalUtils utils) -
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider that return PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionprotected PayPalCheckoutApiProperties
DefaultPayPalCheckoutProvider.getProperties()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type PayPalCheckoutApiPropertiesModifierConstructorDescriptionDefaultPayPalCheckoutProvider
(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration) -
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external that return PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionprotected PayPalCheckoutApiProperties
ExternalPayPalApiProvider.getCheckoutApiProperties()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider.external with parameters of type PayPalCheckoutApiPropertiesModifierConstructorDescriptionExternalPayPalApiProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalPayPalApiProperties properties, PayPalCheckoutApiProperties checkoutApiProperties) -
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.oauth2.client
Methods in com.broadleafcommerce.paypal.micro.oauth2.client that return PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionprotected PayPalCheckoutApiProperties
DefaultPayPalInMemoryClientRegistrationRepository.getProperties()
Methods in com.broadleafcommerce.paypal.micro.oauth2.client with parameters of type PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionstatic String
PayPalOAuth2ClientRegistrationUtils.getClientRegistrationId
(@NonNull PayPalCheckoutApiProperties properties, String applicationId, String tenantId) Generates the client registration id for the specified application id and tenant id.Constructors in com.broadleafcommerce.paypal.micro.oauth2.client with parameters of type PayPalCheckoutApiPropertiesModifierConstructorDescription -
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionprotected PayPalCheckoutApiProperties
DefaultPayPalOrderService.getProperties()
Constructors in com.broadleafcommerce.paypal.micro.service with parameters of type PayPalCheckoutApiPropertiesModifierConstructorDescriptionDefaultPayPalOrderService
(PayPalCheckoutProvider checkoutProvider, PayPalApiProvider apiProvider, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties) -
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.service.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.service.autoconfigure with parameters of type PayPalCheckoutApiPropertiesModifier and TypeMethodDescriptionPayPalVendorServiceAutoConfiguration.payPalOrderService
(PayPalCheckoutProvider paypalCheckoutService, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties, PayPalApiProvider apiProvider)