Class FundsConfirmationSpiImpl
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.FundsConfirmationSpiImpl
-
- All Implemented Interfaces:
de.adorsys.psd2.xs2a.spi.service.FundsConfirmationSpi
@Component public class FundsConfirmationSpiImpl extends Object implements de.adorsys.psd2.xs2a.spi.service.FundsConfirmationSpi
-
-
Constructor Summary
Constructors Constructor Description FundsConfirmationSpiImpl(AccountRestClient restClient, LedgersSpiAccountMapper accountMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService tokenService, UserMgmtRestClient userMgmtRestClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse<de.adorsys.psd2.xs2a.spi.domain.fund.SpiFundsConfirmationResponse>performFundsSufficientCheck(@NotNull de.adorsys.psd2.xs2a.spi.domain.SpiContextData contextData, @Nullable de.adorsys.psd2.xs2a.spi.domain.piis.SpiPiisConsent piisConsent, @NotNull de.adorsys.psd2.xs2a.spi.domain.fund.SpiFundsConfirmationRequest spiFundsConfirmationRequest, @Nullable de.adorsys.psd2.xs2a.spi.domain.SpiAspspConsentDataProvider aspspConsentDataProvider)
-
-
-
Constructor Detail
-
FundsConfirmationSpiImpl
public FundsConfirmationSpiImpl(AccountRestClient restClient, LedgersSpiAccountMapper accountMapper, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService tokenService, UserMgmtRestClient userMgmtRestClient)
-
-
Method Detail
-
performFundsSufficientCheck
@NotNull public @NotNull de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse<de.adorsys.psd2.xs2a.spi.domain.fund.SpiFundsConfirmationResponse> performFundsSufficientCheck(@NotNull @NotNull de.adorsys.psd2.xs2a.spi.domain.SpiContextData contextData, @Nullable @Nullable de.adorsys.psd2.xs2a.spi.domain.piis.SpiPiisConsent piisConsent, @NotNull @NotNull de.adorsys.psd2.xs2a.spi.domain.fund.SpiFundsConfirmationRequest spiFundsConfirmationRequest, @Nullable @Nullable de.adorsys.psd2.xs2a.spi.domain.SpiAspspConsentDataProvider aspspConsentDataProvider)- Specified by:
performFundsSufficientCheckin interfacede.adorsys.psd2.xs2a.spi.service.FundsConfirmationSpi
-
-