Uses of Class
com.broadleafcommerce.adyen.domain.webhook.NotificationRequestItem
Packages that use NotificationRequestItem
Package
Description
-
Uses of NotificationRequestItem in com.broadleafcommerce.adyen.domain.webhook
Methods in com.broadleafcommerce.adyen.domain.webhook that return NotificationRequestItemMethods in com.broadleafcommerce.adyen.domain.webhook that return types with arguments of type NotificationRequestItemMethods in com.broadleafcommerce.adyen.domain.webhook with parameters of type NotificationRequestItemModifier and TypeMethodDescriptionvoid
NotificationRequestItemContainer.setNotificationRequestItem
(NotificationRequestItem notificationRequestItem) -
Uses of NotificationRequestItem in com.broadleafcommerce.adyen.service.webhook
Methods in com.broadleafcommerce.adyen.service.webhook that return NotificationRequestItemModifier and TypeMethodDescriptionprotected NotificationRequestItem
DefaultAdyenGatewayWebhookHandler.getNotificationRequestItem
(@NonNull String requestBody) Methods in com.broadleafcommerce.adyen.service.webhook with parameters of type NotificationRequestItemModifier and TypeMethodDescriptionprotected String
DefaultAdyenGatewayWebhookHandler.buildRawResponse
(NotificationRequestItem notificationRequestItem) protected String
DefaultAdyenGatewayWebhookHandler.getApplicationId
(NotificationRequestItem requestItem) protected String
DefaultAdyenGatewayWebhookHandler.getTenantId
(NotificationRequestItem requestItem) protected com.broadleafcommerce.paymentgateway.domain.TransactionIdentifier
DefaultAdyenGatewayWebhookHandler.getTransactionIdentifier
(NotificationRequestItem notificationRequest) protected String
DefaultAdyenGatewayWebhookHandler.identifyDeclineType
(NotificationRequestItem notification) protected String
DefaultAdyenGatewayWebhookHandler.identifyFailureType
(NotificationRequestItem notification, String transactionReferenceId) protected boolean
DefaultAdyenGatewayWebhookHandler.isZeroAmountAuthorization
(@NonNull NotificationRequestItem item) protected void
DefaultAdyenGatewayWebhookHandler.parseWebhookRequest
(NotificationRequestItem notification, com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected void
DefaultAdyenGatewayWebhookHandler.parseWebhookRequest
(NotificationRequestItem notification, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) -
Uses of NotificationRequestItem in com.broadleafcommerce.adyen.service.webhook.validation
Methods in com.broadleafcommerce.adyen.service.webhook.validation with parameters of type NotificationRequestItemModifier and TypeMethodDescriptionprotected String
DefaultAdyenHMACValidator.calculateHMAC
(NotificationRequestItem notificationRequestItem, String key) protected String
DefaultAdyenHMACValidator.getDataToSign
(NotificationRequestItem notificationRequestItem) protected String
DefaultAdyenHMACValidator.getHMACKey
(NotificationRequestItem notificationRequestItem) boolean
AdyenHMACValidator.validateHMAC
(NotificationRequestItem notificationRequestItem) Validates signature of notificationRequestItem, it takes the signature from notificationRequestItem hmac key to validate is taken fromAdyenConfigurationProperties.getHmacKey(String, String)
boolean
DefaultAdyenHMACValidator.validateHMAC
(@NonNull NotificationRequestItem notificationRequestItem)