Class PaymentAuthConfirmationCodeServiceImpl
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.AuthConfirmationCodeServiceImpl<de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPaymentConfirmationCodeValidationResponse>
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.PaymentAuthConfirmationCodeServiceImpl
-
- All Implemented Interfaces:
PaymentAuthConfirmationCodeService
@Service public class PaymentAuthConfirmationCodeServiceImpl extends AuthConfirmationCodeServiceImpl<de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPaymentConfirmationCodeValidationResponse> implements PaymentAuthConfirmationCodeService
-
-
Constructor Summary
Constructors Constructor Description PaymentAuthConfirmationCodeServiceImpl(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, UserMgmtRestClient userMgmtRestClient, OauthProfileServiceWrapper oauthProfileServiceWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse<de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPaymentConfirmationCodeValidationResponse>handleAuthConfirmationResponse(org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.AuthConfirmationTO> authConfirmationResponse)-
Methods inherited from class de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.AuthConfirmationCodeServiceImpl
checkConfirmationCode, checkConfirmationCodeInternally, completeAuthConfirmation, isOAuthRedirectFlow
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.PaymentAuthConfirmationCodeService
checkConfirmationCode, checkConfirmationCodeInternally, completeAuthConfirmation
-
-
-
-
Constructor Detail
-
PaymentAuthConfirmationCodeServiceImpl
public PaymentAuthConfirmationCodeServiceImpl(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, UserMgmtRestClient userMgmtRestClient, OauthProfileServiceWrapper oauthProfileServiceWrapper)
-
-
Method Detail
-
handleAuthConfirmationResponse
protected de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse<de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPaymentConfirmationCodeValidationResponse> handleAuthConfirmationResponse(org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.AuthConfirmationTO> authConfirmationResponse)
- Specified by:
handleAuthConfirmationResponsein classAuthConfirmationCodeServiceImpl<de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPaymentConfirmationCodeValidationResponse>
-
-