public class AccountInformationServiceImpl extends Object implements AccountInformationService
| Constructor and Description |
|---|
AccountInformationServiceImpl(AdapterServiceLoader adapterServiceLoader) |
public AccountInformationServiceImpl(AdapterServiceLoader adapterServiceLoader)
public Response<ConsentCreationResponse> createConsent(RequestHeaders requestHeaders, Consents consents)
createConsent in interface AccountInformationServicepublic Response<ConsentInformation> getConsentInformation(String consentId, RequestHeaders requestHeaders)
getConsentInformation in interface AccountInformationServicepublic Response<Void> deleteConsent(String consentId, RequestHeaders requestHeaders)
deleteConsent in interface AccountInformationServicepublic Response<ConsentStatusResponse> getConsentStatus(String consentId, RequestHeaders requestHeaders)
getConsentStatus in interface AccountInformationServicepublic Response<StartScaProcessResponse> startConsentAuthorisation(String consentId, RequestHeaders requestHeaders)
startConsentAuthorisation in interface AccountInformationServicepublic Response<StartScaProcessResponse> startConsentAuthorisation(String consentId, RequestHeaders requestHeaders, UpdatePsuAuthentication updatePsuAuthentication)
startConsentAuthorisation in interface AccountInformationServicepublic Response<SelectPsuAuthenticationMethodResponse> updateConsentsPsuData(String consentId, String authorisationId, RequestHeaders requestHeaders, SelectPsuAuthenticationMethod selectPsuAuthenticationMethod)
updateConsentsPsuData in interface AccountInformationServicepublic Response<ScaStatusResponse> updateConsentsPsuData(String consentId, String authorisationId, RequestHeaders requestHeaders, TransactionAuthorisation transactionAuthorisation)
updateConsentsPsuData in interface AccountInformationServicepublic Response<UpdatePsuAuthenticationResponse> updateConsentsPsuData(String consentId, String authorisationId, RequestHeaders requestHeaders, UpdatePsuAuthentication updatePsuAuthentication)
updateConsentsPsuData in interface AccountInformationServicepublic Response<AccountListHolder> getAccountList(RequestHeaders requestHeaders, RequestParams requestParams)
getAccountList in interface AccountInformationServicepublic Response<TransactionsReport> getTransactionList(String accountId, RequestHeaders requestHeaders, RequestParams requestParams)
getTransactionList in interface AccountInformationServicepublic Response<String> getTransactionListAsString(String accountId, RequestHeaders requestHeaders, RequestParams requestParams)
getTransactionListAsString in interface AccountInformationServicepublic Response<ScaStatusResponse> getConsentScaStatus(String consentId, String authorisationId, RequestHeaders requestHeaders)
getConsentScaStatus in interface AccountInformationServicepublic Response<BalanceReport> getBalances(String accountId, RequestHeaders requestHeaders)
getBalances in interface AccountInformationServiceCopyright © 2019. All rights reserved.