| Modifier and Type | Method and Description |
|---|---|
ResponseObject<AccountConsent> |
ConsentService.getAccountConsentById(String consentId)
Returns account consent by its id
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ConsentValidationService.validateConsentAuthorisationOnGettingById(AccountConsent consent) |
ValidationResult |
ConsentValidationService.validateConsentAuthorisationScaStatus(AccountConsent consent,
String authorisationId) |
ValidationResult |
ConsentValidationService.validateConsentOnDelete(AccountConsent consent) |
ValidationResult |
ConsentValidationService.validateConsentOnGettingById(AccountConsent consent) |
ValidationResult |
ConsentValidationService.validateConsentOnGettingStatusById(AccountConsent consent) |
ValidationResult |
ConsentValidationService.validateConsentPsuDataOnUpdate(AccountConsent consent,
UpdateConsentPsuDataReq request) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AisScaAuthorisationService.isOneFactorAuthorisation(AccountConsent accountConsent)
Checks whether authorisation resource of this consent can be authenticated using only single factor
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AccountConsent> |
Xs2aAisConsentService.getAccountConsentById(String consentId)
Requests CMS to retrieve AIS consent by its identifier
|
CmsResponse<AccountConsent> |
AccountReferenceInConsentUpdater.updateAccountReferences(@NotNull String consentId,
@NotNull Xs2aAccountAccess existingAccess,
@NotNull List<Xs2aAccountDetails> accountDetails)
Updates account resourceIDs in existing account access.
|
CmsResponse<AccountConsent> |
Xs2aAisConsentService.updateAspspAccountAccess(String consentId,
AisAccountAccessInfo aisAccountAccessInfo)
Sends a PUT request to CMS to update AIS account access information by consent ID
|
CmsResponse<AccountConsent> |
AccountReferenceInConsentUpdater.updateCardAccountReferences(String consentId,
Xs2aAccountAccess existingAccess,
List<Xs2aCardAccountDetails> accountDetails)
Updates card account resource IDs in existing account access.
|
| 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 |
|---|---|
protected boolean |
OauthConsentValidator.checkObjectForTokenAbsence(AccountConsent accountConsent) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
AccountAccessMultipleAccountsValidator.validate(AccountConsent accountConsent,
boolean withBalance) |
ValidationResult |
AccountAccessValidator.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 © 2020. All rights reserved.