Uses of Class
de.adorsys.psd2.xs2a.domain.consent.UpdateConsentPsuDataReq
-
-
Uses of UpdateConsentPsuDataReq in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service with parameters of type UpdateConsentPsuDataReq Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAuthorisationService. updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData)ResponseObject<UpdateConsentPsuDataResponse>ConsentService. updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData)ValidationResultConsentValidationService. validateConsentPsuDataOnUpdate(de.adorsys.psd2.core.data.ais.AisConsent consent, UpdateConsentPsuDataReq request) -
Uses of UpdateConsentPsuDataReq in de.adorsys.psd2.xs2a.service.authorization.ais
Methods in de.adorsys.psd2.xs2a.service.authorization.ais with parameters of type UpdateConsentPsuDataReq Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>AisAuthorisationConfirmationService. processAuthorisationConfirmation(UpdateConsentPsuDataReq request)Checks authorisation confirmation data. -
Uses of UpdateConsentPsuDataReq in de.adorsys.psd2.xs2a.service.consent
Methods in de.adorsys.psd2.xs2a.service.consent with parameters of type UpdateConsentPsuDataReq Modifier and Type Method Description voidXs2aAisConsentService. updateConsentAuthorization(UpdateConsentPsuDataReq updatePsuData)Sends a PUT request to CMS to update created AIS consent authorisation -
Uses of UpdateConsentPsuDataReq in de.adorsys.psd2.xs2a.service.mapper.consent
Methods in de.adorsys.psd2.xs2a.service.mapper.consent that return UpdateConsentPsuDataReq Modifier and Type Method Description UpdateConsentPsuDataReqXs2aAisConsentMapper. mapToUpdateConsentPsuDataReq(UpdateAuthorisationRequest request, AuthorisationProcessorResponse response)Methods in de.adorsys.psd2.xs2a.service.mapper.consent with parameters of type UpdateConsentPsuDataReq Modifier and Type Method Description de.adorsys.psd2.consent.api.authorisation.UpdateAuthorisationRequestXs2aAisConsentAuthorisationMapper. mapToAuthorisationRequest(UpdateConsentPsuDataReq updatePsuData) -
Uses of UpdateConsentPsuDataReq in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect with parameters of type UpdateConsentPsuDataReq Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAspect. invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result, UpdateConsentPsuDataReq updatePsuData) -
Uses of UpdateConsentPsuDataReq in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper that return UpdateConsentPsuDataReq Modifier and Type Method Description UpdateConsentPsuDataReqConsentModelMapper. mapToUpdatePsuData(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String authorizationId, Map body)
-