Uses of Class
de.adorsys.aspsp.xs2a.connector.spi.impl.AspspConsentDataService
-
-
Uses of AspspConsentDataService in de.adorsys.aspsp.xs2a.connector.spi.impl
Constructors in de.adorsys.aspsp.xs2a.connector.spi.impl with parameters of type AspspConsentDataService Constructor Description AccountSpiImpl(AccountRestClient restClient, LedgersSpiAccountMapper accountMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService tokenService, FeignExceptionReader feignExceptionReader, IbanResolverMockService ibanResolverMockService, OwnerNameService ownerNameService, TransactionLinksService transactionLinksService)CardAccountSpiImpl(AccountRestClient restClient, LedgersSpiAccountMapper accountMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService tokenService, FeignExceptionReader feignExceptionReader, IbanResolverMockService ibanResolverMockService, OwnerNameService ownerNameService)FundsConfirmationSpiImpl(AccountRestClient restClient, LedgersSpiAccountMapper accountMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService tokenService, UserMgmtRestClient userMgmtRestClient)PiisConsentSpiImpl(ConsentRestClient consentRestClient, de.adorsys.ledgers.middleware.api.service.TokenStorageService tokenStorageService, AisConsentMapper aisConsentMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, GeneralAuthorisationService authorisationService, ScaMethodConverter scaMethodConverter, ScaLoginMapper scaLoginMapper, FeignExceptionReader feignExceptionReader, MultilevelScaService multilevelScaService, ConsentAuthConfirmationCodeService authConfirmationCodeService) -
Uses of AspspConsentDataService in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation
Constructors in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation with parameters of type AspspConsentDataService Constructor Description AisConsentSpiImpl(ConsentRestClient consentRestClient, de.adorsys.ledgers.middleware.api.service.TokenStorageService tokenStorageService, AisConsentMapper aisConsentMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, GeneralAuthorisationService authorisationService, ScaMethodConverter scaMethodConverter, ScaLoginMapper scaLoginMapper, FeignExceptionReader feignExceptionReader, AccountRestClient accountRestClient, LedgersSpiAccountMapper accountMapper, MultilevelScaService multilevelScaService, ConsentAuthConfirmationCodeService authConfirmationCodeService)GeneralAuthorisationService(UserMgmtRestClient userMgmtRestClient, AuthRequestInterceptor authRequestInterceptor, ChallengeDataMapper challengeDataMapper, ScaMethodConverter scaMethodConverter, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader)PaymentAuthorisationSpiImpl(GeneralAuthorisationService authorisationService, de.adorsys.ledgers.middleware.api.service.TokenStorageService tokenStorageService, ScaMethodConverter scaMethodConverter, ScaLoginMapper scaLoginMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, PaymentRestClient paymentRestClient, CmsPaymentStatusUpdateService cmsPaymentStatusUpdateService, FeignExceptionReader feignExceptionReader, PaymentInternalGeneral paymentInternalGeneral)PaymentCancellationSpiImpl(PaymentRestClient ledgersRestClient, de.adorsys.ledgers.middleware.api.service.TokenStorageService tokenStorageService, ScaMethodConverter scaMethodConverter, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, GeneralAuthorisationService authorisationService, FeignExceptionReader feignExceptionReader, ScaLoginMapper scaLoginMapper) -
Uses of AspspConsentDataService in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation
Constructors in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation with parameters of type AspspConsentDataService Constructor Description ConsentAuthConfirmationCodeServiceImpl(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, UserMgmtRestClient userMgmtRestClient, OauthProfileServiceWrapper oauthProfileServiceWrapper)PaymentAuthConfirmationCodeServiceImpl(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, UserMgmtRestClient userMgmtRestClient, OauthProfileServiceWrapper oauthProfileServiceWrapper) -
Uses of AspspConsentDataService in de.adorsys.aspsp.xs2a.connector.spi.impl.payment
Constructors in de.adorsys.aspsp.xs2a.connector.spi.impl.payment with parameters of type AspspConsentDataService Constructor Description GeneralPaymentService(PaymentRestClient ledgersRestClient, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, String transactionStatusXmlBody, MultilevelScaService multilevelScaService) -
Uses of AspspConsentDataService in de.adorsys.aspsp.xs2a.connector.spi.impl.payment.type
Fields in de.adorsys.aspsp.xs2a.connector.spi.impl.payment.type declared as AspspConsentDataService Modifier and Type Field Description protected AspspConsentDataServiceAbstractPaymentSpi. consentDataServiceConstructors in de.adorsys.aspsp.xs2a.connector.spi.impl.payment.type with parameters of type AspspConsentDataService Constructor Description BulkPaymentSpiImpl(GeneralPaymentService paymentService, LedgersSpiPaymentMapper paymentMapper, AspspConsentDataService consentDataService, PaymentAuthConfirmationCodeService paymentAuthConfirmationCodeService)CommonPaymentSpiImpl(GeneralPaymentService generalPaymentService, AspspConsentDataService consentDataService, PaymentAuthConfirmationCodeService paymentAuthConfirmationCodeService)PeriodicPaymentSpiImpl(GeneralPaymentService paymentService, LedgersSpiPaymentMapper paymentMapper, AspspConsentDataService consentDataService, PaymentAuthConfirmationCodeService paymentAuthConfirmationCodeService)SinglePaymentSpiImpl(GeneralPaymentService paymentService, LedgersSpiPaymentMapper paymentMapper, AspspConsentDataService consentDataService, PaymentAuthConfirmationCodeService paymentAuthConfirmationCodeService)
-