@Service public class CommonPaymentService extends Object
| Constructor and Description |
|---|
CommonPaymentService() |
| Modifier and Type | Method and Description |
|---|---|
PaymentWorkflow |
identifyPayment(String encryptedPaymentId,
String authorizationId,
boolean strict,
String consentCookieString,
String psuId,
javax.servlet.http.HttpServletResponse response,
de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken) |
void |
processPaymentResponse(PaymentWorkflow paymentWorkflow,
de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO paymentResponse) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
resolvePaymentWorkflow(PaymentWorkflow workflow,
javax.servlet.http.HttpServletResponse response) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
resolveRedirectUrl(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
javax.servlet.http.HttpServletResponse response,
boolean isOauth2Integrated) |
void |
selectMethodAndUpdateWorkflow(String scaMethodId,
PaymentWorkflow workflow,
boolean isCancellationOperation) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
selectScaForPayment(String encryptedPaymentId,
String authorisationId,
String scaMethodId,
String consentAndAccessTokenCookieString,
javax.servlet.http.HttpServletResponse response,
boolean isCancellationOperation) |
void |
updateAspspConsentData(PaymentWorkflow paymentWorkflow,
javax.servlet.http.HttpServletResponse httpResp) |
void |
updateScaStatusPaymentStatusConsentData(String psuId,
PaymentWorkflow workflow,
javax.servlet.http.HttpServletResponse response) |
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> selectScaForPayment(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString, javax.servlet.http.HttpServletResponse response, boolean isCancellationOperation)
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> resolvePaymentWorkflow(PaymentWorkflow workflow, javax.servlet.http.HttpServletResponse response)
public PaymentWorkflow identifyPayment(String encryptedPaymentId, String authorizationId, boolean strict, String consentCookieString, String psuId, javax.servlet.http.HttpServletResponse response, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken) throws PaymentAuthorizeException
PaymentAuthorizeExceptionpublic void selectMethodAndUpdateWorkflow(String scaMethodId, PaymentWorkflow workflow, boolean isCancellationOperation)
public void updateScaStatusPaymentStatusConsentData(String psuId, PaymentWorkflow workflow, javax.servlet.http.HttpServletResponse response) throws PaymentAuthorizeException
PaymentAuthorizeExceptionpublic void processPaymentResponse(PaymentWorkflow paymentWorkflow, de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO paymentResponse)
public void updateAspspConsentData(PaymentWorkflow paymentWorkflow, javax.servlet.http.HttpServletResponse httpResp) throws PaymentAuthorizeException
PaymentAuthorizeExceptionpublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> resolveRedirectUrl(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, javax.servlet.http.HttpServletResponse response, boolean isOauth2Integrated) throws PaymentAuthorizeException
PaymentAuthorizeExceptionCopyright © 2019. All rights reserved.