Class CommonPaymentServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.oba.service.impl.service.CommonPaymentServiceImpl
-
- All Implemented Interfaces:
CommonPaymentService
@Service public class CommonPaymentServiceImpl extends Object implements CommonPaymentService
-
-
Constructor Summary
Constructors Constructor Description CommonPaymentServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentWorkflowauthorizeCancelPayment(PaymentWorkflow paymentWorkflow, String psuId, String authCode)PaymentWorkflowauthorizePayment(PaymentWorkflow paymentWorkflow, String psuId, String authCode)PaymentWorkflowidentifyPayment(String encryptedPaymentId, String authorizationId, boolean strict, String consentCookieString, String psuId, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken)PaymentWorkflowinitiateCancelPayment(PaymentWorkflow paymentWorkflow, String psuId)PaymentWorkflowinitiatePayment(PaymentWorkflow paymentWorkflow, String psuId)StringresolveRedirectUrl(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, boolean isOauth2Integrated, String psuId, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO tokenTO, String authConfirmationCode)PaymentWorkflowselectScaForPayment(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString, boolean isCancellationOperation, String psuId, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO tokenTO)voidupdateAspspConsentData(PaymentWorkflow paymentWorkflow)
-
-
-
Method Detail
-
selectScaForPayment
public PaymentWorkflow selectScaForPayment(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString, boolean isCancellationOperation, String psuId, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO tokenTO)
- Specified by:
selectScaForPaymentin interfaceCommonPaymentService
-
identifyPayment
public PaymentWorkflow identifyPayment(String encryptedPaymentId, String authorizationId, boolean strict, String consentCookieString, String psuId, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken)
- Specified by:
identifyPaymentin interfaceCommonPaymentService
-
updateAspspConsentData
public void updateAspspConsentData(PaymentWorkflow paymentWorkflow)
- Specified by:
updateAspspConsentDatain interfaceCommonPaymentService
-
resolveRedirectUrl
public String resolveRedirectUrl(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, boolean isOauth2Integrated, String psuId, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO tokenTO, String authConfirmationCode)
- Specified by:
resolveRedirectUrlin interfaceCommonPaymentService
-
initiatePayment
public PaymentWorkflow initiatePayment(PaymentWorkflow paymentWorkflow, String psuId)
- Specified by:
initiatePaymentin interfaceCommonPaymentService
-
initiateCancelPayment
public PaymentWorkflow initiateCancelPayment(PaymentWorkflow paymentWorkflow, String psuId)
- Specified by:
initiateCancelPaymentin interfaceCommonPaymentService
-
authorizePayment
public PaymentWorkflow authorizePayment(PaymentWorkflow paymentWorkflow, String psuId, String authCode)
- Specified by:
authorizePaymentin interfaceCommonPaymentService
-
authorizeCancelPayment
public PaymentWorkflow authorizeCancelPayment(PaymentWorkflow paymentWorkflow, String psuId, String authCode)
- Specified by:
authorizeCancelPaymentin interfaceCommonPaymentService
-
-