Use ConsentController instead.
@Deprecated @RestController public class Psd2AccountInformationController extends Object implements 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<ConsentsResponseTO> |
createConsent(Map<String,String> headers,
ConsentsTO body)
Deprecated.
|
org.springframework.http.ResponseEntity<Void> |
deleteConsent(String consentId,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<AccountListTO> |
getAccountList(Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<ReadAccountBalanceResponseTO> |
getBalances(String accountId,
Map<String,String> queryParameters,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<ConsentInformationResponseTO> |
getConsentInformation(String consentId,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<ScaStatusResponseTO> |
getConsentScaStatus(String consentId,
String authorisationId,
Map<String,String> headers)
Deprecated.
|
org.springframework.http.ResponseEntity<ConsentStatusResponseTO> |
getConsentStatus(String consentId,
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<StartScaProcessResponseTO> |
startConsentAuthorisation(String consentId,
Map<String,String> headers,
UpdateAuthorisationTO body)
Deprecated.
|
org.springframework.http.ResponseEntity<UpdateAuthorisationResponseTO> |
updateConsentsPsuData(String consentId,
String authorisationId,
Map<String,String> headers,
UpdateAuthorisationTO body)
Deprecated.
|
public Psd2AccountInformationController(de.adorsys.xs2a.adapter.service.psd2.Psd2AccountInformationService accountInformationService,
HeadersMapper headersMapper)
public org.springframework.http.ResponseEntity<ConsentsResponseTO> createConsent(Map<String,String> headers, ConsentsTO body)
createConsent in interface Psd2AccountInformationApipublic org.springframework.http.ResponseEntity<ConsentInformationResponseTO> getConsentInformation(String consentId, Map<String,String> headers)
getConsentInformation in interface Psd2AccountInformationApipublic org.springframework.http.ResponseEntity<Void> deleteConsent(String consentId, Map<String,String> headers)
deleteConsent in interface Psd2AccountInformationApipublic org.springframework.http.ResponseEntity<ConsentStatusResponseTO> getConsentStatus(String consentId, Map<String,String> headers)
getConsentStatus in interface Psd2AccountInformationApipublic org.springframework.http.ResponseEntity<StartScaProcessResponseTO> startConsentAuthorisation(String consentId, Map<String,String> headers, UpdateAuthorisationTO body)
startConsentAuthorisation in interface Psd2AccountInformationApipublic org.springframework.http.ResponseEntity<ScaStatusResponseTO> getConsentScaStatus(String consentId, String authorisationId, Map<String,String> headers)
getConsentScaStatus in interface Psd2AccountInformationApipublic org.springframework.http.ResponseEntity<UpdateAuthorisationResponseTO> updateConsentsPsuData(String consentId, String authorisationId, Map<String,String> headers, UpdateAuthorisationTO body)
updateConsentsPsuData in interface Psd2AccountInformationApipublic org.springframework.http.ResponseEntity<AccountListTO> getAccountList(Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getAccountList in interface Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity<ReadAccountBalanceResponseTO> getBalances(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getBalances in interface Psd2AccountInformationApiIOExceptionpublic org.springframework.http.ResponseEntity getTransactionList(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
getTransactionList in interface Psd2AccountInformationApiIOExceptionCopyright © 2020. All rights reserved.