Uses of Class
de.adorsys.psd2.xs2a.domain.consent.CreateConsentReq
-
-
Uses of CreateConsentReq in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return CreateConsentReq Modifier and Type Method Description CreateConsentReqAdditionalInformationSupportedService. checkIfAdditionalInformationSupported(CreateConsentReq request)Methods in de.adorsys.psd2.xs2a.service with parameters of type CreateConsentReq Modifier and Type Method Description Set<de.adorsys.psd2.xs2a.core.domain.TppMessageInformation>ConsentValidationService. buildWarningMessages(CreateConsentReq request)CreateConsentReqAdditionalInformationSupportedService. checkIfAdditionalInformationSupported(CreateConsentReq request)ResponseObject<CreateConsentResponse>ConsentService. createAccountConsentsWithResponse(CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.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 variablesValidationResultConsentValidationService. validateConsentOnCreate(CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData) -
Uses of CreateConsentReq in de.adorsys.psd2.xs2a.service.consent
Methods in de.adorsys.psd2.xs2a.service.consent with parameters of type CreateConsentReq Modifier and Type Method Description Xs2aResponse<Xs2aCreateAisConsentResponse>Xs2aAisConsentService. createConsent(CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)Sends a POST request to CMS to store created AIS consent -
Uses of CreateConsentReq in de.adorsys.psd2.xs2a.service.mapper.cms_xs2a_mappers
Methods in de.adorsys.psd2.xs2a.service.mapper.cms_xs2a_mappers with parameters of type CreateConsentReq Modifier and Type Method Description de.adorsys.psd2.consent.api.ais.CmsConsentXs2aAisConsentMapper. mapToCmsConsent(CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo, int allowedFrequencyPerDay) -
Uses of CreateConsentReq in de.adorsys.psd2.xs2a.service.mapper.spi_xs2a_mappers
Methods in de.adorsys.psd2.xs2a.service.mapper.spi_xs2a_mappers with parameters of type CreateConsentReq Modifier and Type Method Description de.adorsys.psd2.core.data.AccountAccessSpiToXs2aAccountAccessMapper. getAccessForGlobalOrAllAvailableAccountsConsent(CreateConsentReq request) -
Uses of CreateConsentReq in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect with parameters of type CreateConsentReq Modifier and Type Method Description ResponseObject<CreateConsentResponse>ConsentAspect. invokeCreateAccountConsentAspect(ResponseObject<CreateConsentResponse> result, CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred) -
Uses of CreateConsentReq in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper that return CreateConsentReq Modifier and Type Method Description CreateConsentReqConsentModelMapper. mapToCreateConsentReq(de.adorsys.psd2.model.Consents consent, de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri, de.adorsys.psd2.xs2a.core.tpp.TppNotificationData tppNotificationData, String tppBrandLoggingInformation, String instanceId)
-