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 TypeMethodDescriptionvoidNotificationRequestItemContainer.setNotificationRequestItem(NotificationRequestItem notificationRequestItem) -
Uses of NotificationRequestItem in com.broadleafcommerce.adyen.service.webhook
Methods in com.broadleafcommerce.adyen.service.webhook that return NotificationRequestItemModifier and TypeMethodDescriptionprotected NotificationRequestItemDefaultAdyenGatewayWebhookHandler.getNotificationRequestItem(@NonNull String requestBody) Methods in com.broadleafcommerce.adyen.service.webhook with parameters of type NotificationRequestItemModifier and TypeMethodDescriptionprotected StringDefaultAdyenGatewayWebhookHandler.buildRawResponse(NotificationRequestItem notificationRequestItem) protected StringDefaultAdyenGatewayWebhookHandler.getApplicationId(NotificationRequestItem requestItem) protected StringDefaultAdyenGatewayWebhookHandler.getTenantId(NotificationRequestItem requestItem) protected com.broadleafcommerce.paymentgateway.domain.TransactionIdentifierDefaultAdyenGatewayWebhookHandler.getTransactionIdentifier(NotificationRequestItem notificationRequest) protected StringDefaultAdyenGatewayWebhookHandler.identifyDeclineType(NotificationRequestItem notification) protected StringDefaultAdyenGatewayWebhookHandler.identifyFailureType(NotificationRequestItem notification, String transactionReferenceId) protected booleanDefaultAdyenGatewayWebhookHandler.isZeroAmountAuthorization(@NonNull NotificationRequestItem item) protected voidDefaultAdyenGatewayWebhookHandler.parseWebhookRequest(NotificationRequestItem notification, com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected voidDefaultAdyenGatewayWebhookHandler.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 StringDefaultAdyenHMACValidator.calculateHMAC(NotificationRequestItem notificationRequestItem, String key) protected StringDefaultAdyenHMACValidator.getDataToSign(NotificationRequestItem notificationRequestItem) protected StringDefaultAdyenHMACValidator.getHMACKey(NotificationRequestItem notificationRequestItem) booleanAdyenHMACValidator.validateHMAC(NotificationRequestItem notificationRequestItem) Validates signature of notificationRequestItem, it takes the signature from notificationRequestItem hmac key to validate is taken fromAdyenConfigurationProperties.getHmacKey(String, String)booleanDefaultAdyenHMACValidator.validateHMAC(@NonNull NotificationRequestItem notificationRequestItem)