Uses of Class
com.broadleafcommerce.vendor.checkoutcom.exception.CheckoutComApplePayCertificateException
Packages that use CheckoutComApplePayCertificateException
Package
Description
-
Uses of CheckoutComApplePayCertificateException in com.broadleafcommerce.vendor.checkoutcom.service.sesseion
Methods in com.broadleafcommerce.vendor.checkoutcom.service.sesseion that throw CheckoutComApplePayCertificateExceptionModifier and TypeMethodDescriptionorg.springframework.web.reactive.function.client.WebClient
CheckoutComApplePayWebClientProvider.getApplePayWebClient
(String applicationId, String tenantId) Create and return theWebClient
with the Apple Pay certificates.CheckoutComApplePayCertificateAndKeyProvider.getCertificateInputStream
(String applicationId, String tenantId) Get the input stream to read the Apple Pay certificate.CheckoutComApplePayCertificateAndKeyProvider.getPrivateKeyInputStream
(String applicationId, String tenantId) Get the input stream to read the Apple Pay private key. -
Uses of CheckoutComApplePayCertificateException in com.broadleafcommerce.web.endpoint.exception
Methods in com.broadleafcommerce.web.endpoint.exception with parameters of type CheckoutComApplePayCertificateExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
CheckoutComExceptionAdvisor.handleCheckoutComApplePayCertificateException
(CheckoutComApplePayCertificateException ex, org.springframework.web.context.request.WebRequest request)