@Component public class RedirectLinkBuilder extends Object
| Constructor and Description |
|---|
RedirectLinkBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 IDCopyright © 2019. All rights reserved.