Use ConsentController instead.
@Deprecated @RestController public class Psd2AccountInformationController extends Object implements de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApi
| Constructor and Description |
|---|
Psd2AccountInformationController(de.adorsys.xs2a.adapter.service.psd2.Psd2AccountInformationService accountInformationService,
HeadersMapper headersMapper)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ConsentsResponseTO> |
createConsent(Map<String,String> queryParameters,
Map<String,String> headers,
de.adorsys.xs2a.adapter.rest.psd2.model.ConsentsTO body)
Deprecated.
|
org.springframework.http.ResponseEntity<Void> |
deleteConsent(String consentId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.AccountListTO> |
getAccountList(Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ReadAccountBalanceResponseTO> |
getBalances(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ReadCardAccountBalanceResponseTO> |
getCardAccountBalances(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.CardAccountDetailsResponseTO> |
getCardAccountDetails(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.CardAccountListTO> |
getCardAccountList(Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.CardAccountsTransactionsResponseTO> |
getCardAccountTransactionList(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ConsentInformationResponseTO> |
getConsentInformation(String consentId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ScaStatusResponseTO> |
getConsentScaStatus(String consentId,
String authorisationId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ConsentStatusResponseTO> |
getConsentStatus(String consentId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.TransactionDetailsResponseTO> |
getTransactionDetails(String accountId,
String transactionId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity |
getTransactionList(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.StartScaProcessResponseTO> |
startConsentAuthorisation(String consentId,
Map<String,String> queryParameters,
Map<String,String> headers,
de.adorsys.xs2a.adapter.rest.psd2.model.UpdateAuthorisationTO body)
Deprecated.
|
org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.UpdateAuthorisationResponseTO> |
updateConsentsPsuData(String consentId,
String authorisationId,
Map<String,String> queryParameters,
Map<String,String> headers,
de.adorsys.xs2a.adapter.rest.psd2.model.UpdateAuthorisationTO body)
Deprecated.
|
public Psd2AccountInformationController(de.adorsys.xs2a.adapter.service.psd2.Psd2AccountInformationService accountInformationService,
HeadersMapper headersMapper)
public org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ConsentsResponseTO> createConsent(Map<String,String> queryParameters, Map<String,String> headers, de.adorsys.xs2a.adapter.rest.psd2.model.ConsentsTO body) throws IOException
createConsent in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ConsentInformationResponseTO> getConsentInformation(String consentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getConsentInformation in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<Void> deleteConsent(String consentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
deleteConsent in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ConsentStatusResponseTO> getConsentStatus(String consentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getConsentStatus in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.StartScaProcessResponseTO> startConsentAuthorisation(String consentId, Map<String,String> queryParameters, Map<String,String> headers, de.adorsys.xs2a.adapter.rest.psd2.model.UpdateAuthorisationTO body) throws IOException
startConsentAuthorisation in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ScaStatusResponseTO> getConsentScaStatus(String consentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getConsentScaStatus in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.UpdateAuthorisationResponseTO> updateConsentsPsuData(String consentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers, de.adorsys.xs2a.adapter.rest.psd2.model.UpdateAuthorisationTO body) throws IOException
updateConsentsPsuData in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.CardAccountListTO> getCardAccountList(Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getCardAccountList in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.CardAccountDetailsResponseTO> getCardAccountDetails(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getCardAccountDetails in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ReadCardAccountBalanceResponseTO> getCardAccountBalances(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getCardAccountBalances in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.CardAccountsTransactionsResponseTO> getCardAccountTransactionList(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getCardAccountTransactionList in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.AccountListTO> getAccountList(Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getAccountList in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.ReadAccountBalanceResponseTO> getBalances(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getBalances in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity getTransactionList(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getTransactionList in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<de.adorsys.xs2a.adapter.rest.psd2.model.TransactionDetailsResponseTO> getTransactionDetails(String accountId, String transactionId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getTransactionDetails in interface de.adorsys.xs2a.adapter.rest.psd2.Psd2AccountInformationApiIOExceptionCopyright © 2020. All rights reserved.