| Modifier and Type | Method and Description |
|---|---|
Set<TppMessageInformation> |
ConsentValidationService.buildWarningMessages(CreateConsentReq request) |
ResponseObject<CreateConsentResponse> |
ConsentService.createAccountConsentsWithResponse(CreateConsentReq request,
PsuIdData psuData,
boolean explicitPreferred)
Performs create consent operation either by filling the appropriate AccountAccess fields with corresponding
account details or by getting account details from ASPSP by psuId and filling the appropriate fields in
AccountAccess determined by availableAccounts or allPsd2 variables
|
ValidationResult |
ConsentValidationService.validateConsentOnCreate(CreateConsentReq request,
PsuIdData psuIdData) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Xs2aCreateAisConsentResponse> |
Xs2aAisConsentService.createConsent(CreateConsentReq request,
PsuIdData psuData,
TppInfo tppInfo)
Sends a POST request to CMS to store created AIS consent
|
| Modifier and Type | Method and Description |
|---|---|
CreateAisConsentRequest |
Xs2aAisConsentMapper.mapToCreateAisConsentRequest(CreateConsentReq req,
PsuIdData psuData,
TppInfo tppInfo,
int allowedFrequencyPerDay,
String internalRequestId) |
| Modifier and Type | Method and Description |
|---|---|
Xs2aAccountAccess |
SpiToXs2aAccountAccessMapper.getAccessForGlobalOrAllAvailableAccountsConsent(CreateConsentReq request) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CreateConsentResponse> |
ConsentAspect.invokeCreateAccountConsentAspect(ResponseObject<CreateConsentResponse> result,
CreateConsentReq request,
PsuIdData psuData,
boolean explicitPreferred) |
| Modifier and Type | Method and Description |
|---|---|
CreateConsentReq |
ConsentModelMapper.mapToCreateConsentReq(Consents consent,
TppRedirectUri tppRedirectUri,
TppNotificationData tppNotificationData) |
Copyright © 2020. All rights reserved.