| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.service.authorization.ais | |
| de.adorsys.psd2.xs2a.service.consent | |
| de.adorsys.psd2.xs2a.service.mapper.consent |
| Modifier and Type | Method and Description |
|---|---|
Optional<AccountConsentAuthorization> |
AisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId) |
Optional<AccountConsentAuthorization> |
EmbeddedAisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId)
Gets AccountConsentAuthorization using provided authorization id and consent id by invoking CMS through AisConsentService.
|
Optional<AccountConsentAuthorization> |
DecoupledAisAuthorizationService.getAccountConsentAuthorizationById(String authorisationId,
String consentId)
Gets AccountConsentAuthorization using provided authorisation id and consent id by invoking CMS through AisConsentService.
|
Optional<AccountConsentAuthorization> |
OauthAisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId) |
Optional<AccountConsentAuthorization> |
RedirectAisAuthorizationService.getAccountConsentAuthorizationById(String authorizationId,
String consentId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<AccountConsentAuthorization> |
Xs2aAisConsentService.getAccountConsentAuthorizationById(String authorizationId,
String consentId)
Requests CMS to retrieve AIS consent authorization by its identifier
|
| Modifier and Type | Method and Description |
|---|---|
AccountConsentAuthorization |
Xs2aAisConsentAuthorisationMapper.mapToAccountConsentAuthorization(AisConsentAuthorizationResponse spiConsentAuthorization) |
Copyright © 2019. All rights reserved.