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 PayPalApiProvider
PayPalGatewayAutoConfiguration. payPalApiProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalPayPalApiProperties properties, PayPalCheckoutApiProperties checkoutApiProperties)
PayPalCheckoutProvider
PayPalGatewayAutoConfiguration. payPalCheckoutProvider(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration)
PayPalCheckoutTransactionService
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 PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiProperties
DefaultPayPalCheckoutTransactionService. 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 PayPalCheckoutApiProperties
DefaultPayPalCheckoutProvider. 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 PayPalCheckoutApiProperties
ExternalPayPalApiProvider. 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 PayPalCheckoutApiProperties
DefaultPayPalInMemoryClientRegistrationRepository. getProperties()
Methods in com.broadleafcommerce.paypal.micro.oauth2.client with parameters of type PayPalCheckoutApiProperties Modifier and Type Method Description static 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 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 PayPalCheckoutApiProperties
DefaultPayPalOrderService. 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 PayPalOrderService
PayPalVendorServiceAutoConfiguration. payPalOrderService(PayPalCheckoutProvider paypalCheckoutService, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties, PayPalApiProvider apiProvider)
-