| AbortConsent |
Declines already existing consent (maybe yet unauthorized fully) and deletes it from DB.
|
| AisConsentInitiateExtractor |
Maps the AisConsent from the context to XS2A adapter
usable request parameters.
|
| AspspConsentDrop |
Performs ASPSP API call to drop the consent.
|
| ConsentConst |
Constants to represent the consent status.
|
| ConsentFinder |
Service to find already existing consent based on the context.
|
| CreateAisAccountListConsentService |
Initiates Account list consent by sending mapped AisConsent
from the context to ASPSP API.
|
| CreateAisConsentService |
Calls Xs2a API to initiate AIS consent.
|
| CreateAisTransactionListConsentService |
Initiates Transaction list consent by sending mapped AisConsent
from the context to ASPSP API.
|
| CreateConsentOrPaymentPossibleErrorHandler |
Special service to parse ASPSP consent create/initiate responses on certain error conditions.
|
| ReportConsentAuthorizationDenied |
|
| ReportConsentAuthorizationFinished |
Redirects PSU to the page that shows that consent was granted and has button to redirect PSU back to FinTech.
|
| Xs2aConsentInfo |
Generic information service about the consent based on current context.
|
| Xs2aLoadConsentAndContextFromDb |
Loads the associated context with the consent from databases and merges it with current context.
|
| Xs2aPersistConsentAndContext |
Persists the context and the associated context with it to the database.
|