| Package | Description |
|---|---|
| de.adorsys.xs2a.adapter.http | |
| de.adorsys.xs2a.adapter.service | |
| de.adorsys.xs2a.adapter.service.psd2 |
| Modifier and Type | Method and Description |
|---|---|
default <T> Response<T> |
Request.Builder.send(HttpClient.ResponseHandler<T> responseHandler) |
<T> Response<T> |
Request.Builder.send(Request.Builder.Interceptor interceptor,
HttpClient.ResponseHandler<T> responseHandler) |
<T> Response<T> |
HttpClient.send(Request.Builder requestBuilder,
HttpClient.ResponseHandler<T> responseHandler) |
| Modifier and Type | Method and Description |
|---|---|
Response<ConsentsResponse> |
Psd2AccountInformationService.createConsent(Map<String,String> headers,
Consents consents)
Deprecated.
|
Response<Void> |
Psd2AccountInformationService.deleteConsent(String consentId,
Map<String,String> headers)
Deprecated.
|
Response<AccountList> |
Psd2AccountInformationService.getAccounts(Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
Response<ReadAccountBalanceResponse> |
Psd2AccountInformationService.getBalances(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
Response<ConsentInformationResponse> |
Psd2AccountInformationService.getConsentInformation(String consentId,
Map<String,String> headers)
Deprecated.
|
Response<ScaStatusResponse> |
Psd2AccountInformationService.getConsentScaStatus(String consentId,
String authorisationId,
Map<String,String> headers)
Deprecated.
|
Response<ConsentStatusResponse> |
Psd2AccountInformationService.getConsentStatus(String consentId,
Map<String,String> headers)
Deprecated.
|
Response |
Psd2AccountInformationService.getTransactions(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
Response<StartScaProcessResponse> |
Psd2AccountInformationService.startConsentAuthorisation(String consentId,
Map<String,String> headers,
UpdateAuthorisation updateAuthentication)
Deprecated.
|
Response<UpdateAuthorisationResponse> |
Psd2AccountInformationService.updateConsentsPsuData(String consentId,
String authorisationId,
Map<String,String> headers,
UpdateAuthorisation updateAuthentication)
Deprecated.
|
Copyright © 2019. All rights reserved.