Uses of Class
de.adorsys.aspsp.xs2a.connector.spi.converter.LedgersSpiAccountMapper
-
Packages that use LedgersSpiAccountMapper Package Description de.adorsys.aspsp.xs2a.connector.spi.converter de.adorsys.aspsp.xs2a.connector.spi.impl de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation -
-
Uses of LedgersSpiAccountMapper in de.adorsys.aspsp.xs2a.connector.spi.converter
Subclasses of LedgersSpiAccountMapper in de.adorsys.aspsp.xs2a.connector.spi.converter Modifier and Type Class Description classLedgersSpiAccountMapperImpl -
Uses of LedgersSpiAccountMapper in de.adorsys.aspsp.xs2a.connector.spi.impl
Constructors in de.adorsys.aspsp.xs2a.connector.spi.impl with parameters of type LedgersSpiAccountMapper 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) -
Uses of LedgersSpiAccountMapper in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation
Constructors in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation with parameters of type LedgersSpiAccountMapper 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)
-