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 consentDataService, FeignExceptionReader feignExceptionReader, IbanResolverMockService ibanResolverMockService, OwnerNameService ownerNameService, TransactionLinksService transactionLinksService)CardAccountSpiImpl(AccountRestClient restClient, LedgersSpiAccountMapper accountMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, IbanResolverMockService ibanResolverMockService, OwnerNameService ownerNameService)FundsConfirmationSpiImpl(AccountRestClient restClient, LedgersSpiAccountMapper accountMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, de.adorsys.ledgers.keycloak.client.api.KeycloakTokenService keycloakTokenService) -
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(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, GeneralAuthorisationService authorisationService, ScaMethodConverter scaMethodConverter, FeignExceptionReader feignExceptionReader, AccountRestClient accountRestClient, LedgersSpiAccountMapper accountMapper, MultilevelScaService multilevelScaService, RedirectScaRestClient redirectScaRestClient, de.adorsys.ledgers.keycloak.client.api.KeycloakTokenService keycloakTokenService, ConsentRestClient consentRestClient, AisConsentMapper aisConsentMapper, ScaResponseMapper scaResponseMapper, ConsentAuthConfirmationCodeService authConfirmationCodeService)PaymentAuthorisationSpiImpl(GeneralAuthorisationService authorisationService, ScaMethodConverter scaMethodConverter, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, RedirectScaRestClient redirectScaRestClient, de.adorsys.ledgers.keycloak.client.api.KeycloakTokenService keycloakTokenService, GeneralPaymentService paymentService, LedgersSpiCommonPaymentTOMapper ledgersSpiCommonPaymentTOMapper, AspspConsentDataService aspspConsentDataService, ScaResponseMapper scaResponseMapper, PaymentRestClient paymentRestClient, CmsPsuPisClient cmsPsuPisClient, de.adorsys.psd2.xs2a.service.RequestProviderService requestProviderService)PaymentCancellationSpiImpl(PaymentRestClient ledgersRestClient, ScaMethodConverter scaMethodConverter, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, GeneralAuthorisationService authorisationService, FeignExceptionReader feignExceptionReader, RedirectScaRestClient redirectScaRestClient, de.adorsys.ledgers.keycloak.client.api.KeycloakTokenService keycloakTokenService, GeneralPaymentService paymentService, ScaResponseMapper scaResponseMapper)PiisConsentSpiImpl(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, GeneralAuthorisationService authorisationService, ScaMethodConverter scaMethodConverter, FeignExceptionReader feignExceptionReader, MultilevelScaService multilevelScaService, RedirectScaRestClient redirectScaRestClient, de.adorsys.ledgers.keycloak.client.api.KeycloakTokenService keycloakTokenService, ConsentRestClient consentRestClient, AisConsentMapper aisConsentMapper, ScaResponseMapper scaResponseMapper, ConsentAuthConfirmationCodeService authConfirmationCodeService) -
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, RedirectScaRestClient redirectScaRestClient, ScaResponseMapper scaResponseMapper, CmsPsuPisClient cmsPsuPisClient, de.adorsys.psd2.xs2a.service.RequestProviderService requestProviderService) -
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)
-