Uses of Class
com.broadleafcommerce.paypal.micro.gateway.autoconfigure.PayPalCheckoutApiProperties
- 
- 
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type PayPalCheckoutApiProperties Modifier and Type Method Description PayPalApiProviderPayPalGatewayAutoConfiguration. payPalApiProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalPayPalApiProperties properties, PayPalCheckoutApiProperties checkoutApiProperties)PayPalCheckoutProviderPayPalGatewayAutoConfiguration. payPalCheckoutProvider(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration)PayPalCheckoutTransactionServicePayPalGatewayAutoConfiguration. 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 PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiPropertiesDefaultPayPalCheckoutTransactionService. getProperties()Constructors in com.broadleafcommerce.paypal.micro.gateway.service with parameters of type PayPalCheckoutApiProperties Constructor Description DefaultPayPalCheckoutTransactionService(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 PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiPropertiesDefaultPayPalCheckoutProvider. getProperties()Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type PayPalCheckoutApiProperties Constructor Description DefaultPayPalCheckoutProvider(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 PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiPropertiesExternalPayPalApiProvider. getCheckoutApiProperties()Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider.external with parameters of type PayPalCheckoutApiProperties Constructor Description ExternalPayPalApiProvider(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 PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiPropertiesDefaultPayPalInMemoryClientRegistrationRepository. getProperties()Methods in com.broadleafcommerce.paypal.micro.oauth2.client with parameters of type PayPalCheckoutApiProperties Modifier and Type Method Description static StringPayPalOAuth2ClientRegistrationUtils. 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 PayPalCheckoutApiProperties Constructor Description DefaultPayPalInMemoryClientRegistrationRepository(PayPalCheckoutApiProperties properties) - 
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiPropertiesDefaultPayPalOrderService. getProperties()Constructors in com.broadleafcommerce.paypal.micro.service with parameters of type PayPalCheckoutApiProperties Constructor Description DefaultPayPalOrderService(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 PayPalCheckoutApiProperties Modifier and Type Method Description PayPalOrderServicePayPalVendorServiceAutoConfiguration. payPalOrderService(PayPalCheckoutProvider paypalCheckoutService, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties, PayPalApiProvider apiProvider) 
 -