| Modifier and Type | Method and Description |
|---|---|
ResponseObject<AccountConsent> |
ConsentService.getAccountConsentById(String consentId)
Returns account consent by its id
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AccountConsent> |
Xs2aAisConsentService.getAccountConsentById(String consentId)
Requests CMS to retrieve AIS consent by its identifier
|
Optional<AccountConsent> |
Xs2aAisConsentService.getInitialAccountConsentById(String consentId)
Requests CMS to retrieve AIS consent by its identifier
|
Optional<AccountConsent> |
AccountReferenceInConsentUpdater.updateAccountReferences(@NotNull String consentId,
@NotNull Xs2aAccountAccess existingAccess,
@NotNull List<Xs2aAccountDetails> accountDetails)
Updates account resourceIDs in existing account access.
|
Optional<AccountConsent> |
Xs2aAisConsentService.updateAspspAccountAccess(String consentId,
AisAccountAccessInfo aisAccountAccessInfo)
Sends a PUT request to CMS to update AIS account access information by consent ID
|
| Modifier and Type | Method and Description |
|---|---|
AccountConsent |
Xs2aAisConsentMapper.mapToAccountConsent(AisAccountConsent ais) |
AccountConsent |
Xs2aAisConsentMapper.mapToAccountConsentWithNewStatus(AccountConsent consent,
ConsentStatus consentStatus) |
| Modifier and Type | Method and Description |
|---|---|
AccountConsent |
Xs2aAisConsentMapper.mapToAccountConsentWithNewStatus(AccountConsent consent,
ConsentStatus consentStatus) |
SpiAccountConsent |
Xs2aAisConsentMapper.mapToSpiAccountConsent(AccountConsent accountConsent) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
AccountAccessValidator.validate(AccountConsent accountConsent,
boolean withBalance) |
ValidationResult |
AccountAccessMultipleAccountsValidator.validate(AccountConsent accountConsent,
boolean withBalance) |
ValidationResult |
AccountConsentValidator.validate(AccountConsent accountConsent,
String requestUri) |
ValidationResult |
PermittedAccountReferenceValidator.validate(AccountConsent accountConsent,
String accountId,
boolean withBalance) |
| Constructor and Description |
|---|
GetTransactionsReportRequestObject(AccountConsent accountConsent,
String accountId,
boolean withBalance,
String requestUri,
String acceptHeader) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ValidationResult |
AisAuthorisationValidator.validate(@NotNull String authorisationId,
@NotNull AccountConsent consent) |
| Modifier and Type | Method and Description |
|---|---|
ConsentInformationResponse200Json |
ConsentModelMapper.mapToConsentInformationResponse200Json(AccountConsent accountConsent) |
Copyright © 2019. All rights reserved.