Uses of Class
de.adorsys.psd2.xs2a.domain.consent.UpdateConsentPsuDataResponse
-
-
Uses of UpdateConsentPsuDataResponse in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type UpdateConsentPsuDataResponse Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAuthorisationService. updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData)ResponseObject<UpdateConsentPsuDataResponse>ConsentService. updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) -
Uses of UpdateConsentPsuDataResponse in de.adorsys.psd2.xs2a.service.authorization.ais
Methods in de.adorsys.psd2.xs2a.service.authorization.ais that return UpdateConsentPsuDataResponse Modifier and Type Method Description UpdateConsentPsuDataResponseCommonDecoupledAisService. proceedDecoupledApproach(String consentId, String authorisationId, de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountConsent spiAccountConsent, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)UpdateConsentPsuDataResponseCommonDecoupledAisService. proceedDecoupledApproach(String consentId, String authorisationId, de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountConsent spiAccountConsent, String authenticationMethodId, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Methods in de.adorsys.psd2.xs2a.service.authorization.ais that return types with arguments of type UpdateConsentPsuDataResponse Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>AisAuthorisationConfirmationService. processAuthorisationConfirmation(UpdateConsentPsuDataReq request)Checks authorisation confirmation data. -
Uses of UpdateConsentPsuDataResponse in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect that return types with arguments of type UpdateConsentPsuDataResponse Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAspect. invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result, UpdateConsentPsuDataReq updatePsuData)Method parameters in de.adorsys.psd2.xs2a.web.aspect with type arguments of type UpdateConsentPsuDataResponse Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAspect. invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result, UpdateConsentPsuDataReq updatePsuData) -
Uses of UpdateConsentPsuDataResponse in de.adorsys.psd2.xs2a.web.link
Constructors in de.adorsys.psd2.xs2a.web.link with parameters of type UpdateConsentPsuDataResponse Constructor Description UpdateConsentLinks(String httpUrl, ScaApproachResolver scaApproachResolver, UpdateConsentPsuDataResponse response) -
Uses of UpdateConsentPsuDataResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type UpdateConsentPsuDataResponse Modifier and Type Method Description de.adorsys.psd2.model.UpdatePsuAuthenticationResponseAuthorisationMapper. mapToAisUpdatePsuAuthenticationResponse(UpdateConsentPsuDataResponse response)
-