@Component public class RedirectLinkBuilder extends Object
| Constructor and Description |
|---|
RedirectLinkBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildAisConfirmationLink(String consentId,
String redirectId)
Builds confirmation link for consents.
|
String |
buildConsentScaOauthRedirectLink(String encryptedConsentId,
String redirectId,
String internalRequestId)
Builds OAuth redirect link by template from AspspProfile.
|
String |
buildConsentScaRedirectLink(String encryptedConsentId,
String redirectId,
String internalRequestId)
Builds redirect links by template from AspspProfile.
|
String |
buildPaymentCancellationScaOauthRedirectLink(String encryptedPaymentId,
String redirectId,
String internalRequestId)
Builds OAuth redirect links by template from AspspProfile.
|
String |
buildPaymentCancellationScaRedirectLink(String encryptedPaymentId,
String redirectId,
String internalRequestId)
Builds redirect links by template from AspspProfile.
|
String |
buildPaymentScaOauthRedirectLink(String encryptedPaymentId,
String redirectId,
String internalRequestId)
Builds OAuth redirect link by template from AspspProfile.
|
String |
buildPaymentScaRedirectLink(String encryptedPaymentId,
String redirectId,
String internalRequestId)
Builds redirect links by template from AspspProfile.
|
String |
buildPisCancellationConfirmationLink(String paymentService,
String paymentProduct,
String encryptedPaymentId,
String redirectId)
Builds confirmation link for payment cancellations.
|
String |
buildPisConfirmationLink(String paymentService,
String paymentProduct,
String encryptedPaymentId,
String redirectId)
Builds confirmation link for payments.
|
public String buildConsentScaRedirectLink(String encryptedConsentId, String redirectId, String internalRequestId)
encryptedConsentId - - Encrypted Payment ID provided to TPPredirectId - - Redirect IDinternalRequestId - - Internal Request IDpublic String buildConsentScaOauthRedirectLink(String encryptedConsentId, String redirectId, String internalRequestId)
encryptedConsentId - - Encrypted consent ID provided to TPPredirectId - - Redirect IDinternalRequestId - - Internal Request IDpublic String buildPaymentScaRedirectLink(String encryptedPaymentId, String redirectId, String internalRequestId)
encryptedPaymentId - - Encrypted Payment ID provided to TPPredirectId - - Redirect IDinternalRequestId - - Internal Request IDpublic String buildPaymentScaOauthRedirectLink(String encryptedPaymentId, String redirectId, String internalRequestId)
encryptedPaymentId - - Encrypted Payment ID provided to TPPredirectId - - Redirect IDinternalRequestId - - Internal Request IDpublic String buildPaymentCancellationScaRedirectLink(String encryptedPaymentId, String redirectId, String internalRequestId)
encryptedPaymentId - - Encrypted Payment ID provided to TPPredirectId - - Redirect IDinternalRequestId - - Internal Request IDpublic String buildPaymentCancellationScaOauthRedirectLink(String encryptedPaymentId, String redirectId, String internalRequestId)
encryptedPaymentId - - Encrypted Payment ID provided to TPPredirectId - - Redirect IDinternalRequestId - - Internal Request IDpublic String buildPisConfirmationLink(String paymentService, String paymentProduct, String encryptedPaymentId, String redirectId)
paymentService - - Payment service (ex. "payments")paymentProduct - - Payment product (ex. "sepa-credit-transfers")encryptedPaymentId - - Encrypted Payment ID provided to TPPredirectId - - Redirect IDpublic String buildPisCancellationConfirmationLink(String paymentService, String paymentProduct, String encryptedPaymentId, String redirectId)
paymentService - - Payment service (ex. "payments")paymentProduct - - Payment product (ex. "sepa-credit-transfers")encryptedPaymentId - - Encrypted Payment ID provided to TPPredirectId - - Redirect IDCopyright © 2020. All rights reserved.