| Modifier and Type | Method and Description |
|---|---|
Optional<AccountConsentAuthorization> |
AccountConsent.findAuthorisationInConsent(String authorisationId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<AccountConsentAuthorization> |
RedirectAisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId) |
Optional<AccountConsentAuthorization> |
OauthAisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId) |
Optional<AccountConsentAuthorization> |
DecoupledAisAuthorizationService.getAccountConsentAuthorizationById(String authorisationId,
String consentId)
Gets AccountConsentAuthorization using provided authorisation id and consent id by invoking CMS through AisConsentService.
|
Optional<AccountConsentAuthorization> |
EmbeddedAisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId)
Gets AccountConsentAuthorization using provided authorization id and consent id by invoking CMS through AisConsentService.
|
Optional<AccountConsentAuthorization> |
AisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId) |
| Constructor and Description |
|---|
AisAuthorisationProcessorRequest(ScaApproach scaApproach,
ScaStatus scaStatus,
UpdateAuthorisationRequest updateAuthorisationRequest,
AccountConsentAuthorization authorization) |
| Modifier and Type | Method and Description |
|---|---|
Optional<AccountConsentAuthorization> |
Xs2aAisConsentService.getAccountConsentAuthorizationById(String authorizationId,
String consentId)
Requests CMS to retrieve AIS consent authorisation by its identifier
|
| Modifier and Type | Method and Description |
|---|---|
AccountConsentAuthorization |
Xs2aAisConsentAuthorisationMapper.mapToAccountConsentAuthorization(AisConsentAuthorizationResponse spiConsentAuthorization) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AisAuthorisationStatusChecker.isFinalised(PsuIdData psuDataFromRequest,
List<AccountConsentAuthorization> authorisations) |
Copyright © 2020. All rights reserved.