Uses of Class
de.adorsys.psd2.xs2a.domain.consent.ConsentAuthorisationsParameters
-
-
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service with parameters of type ConsentAuthorisationsParameters Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAuthorisationService. updateConsentPsuData(ConsentAuthorisationsParameters updatePsuData)ResponseObject<UpdateConsentPsuDataResponse>ConsentService. updateConsentPsuData(ConsentAuthorisationsParameters updatePsuData)ResponseObject<UpdateConsentPsuDataResponse>PiisConsentAuthorisationService. updateConsentPsuData(ConsentAuthorisationsParameters updatePsuData)ResponseObject<UpdateConsentPsuDataResponse>PiisConsentService. updateConsentPsuData(ConsentAuthorisationsParameters updatePsuData)de.adorsys.psd2.xs2a.core.service.validator.ValidationResultConfirmationOfFundsConsentValidationService. validateConsentPsuDataOnUpdate(de.adorsys.psd2.core.data.piis.v1.PiisConsent consent, ConsentAuthorisationsParameters request)de.adorsys.psd2.xs2a.core.service.validator.ValidationResultConsentValidationService. validateConsentPsuDataOnUpdate(de.adorsys.psd2.core.data.ais.AisConsent consent, ConsentAuthorisationsParameters request) -
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.service.authorization
Methods in de.adorsys.psd2.xs2a.service.authorization with parameters of type ConsentAuthorisationsParameters Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAuthorisationConfirmationService. processAuthorisationConfirmation(ConsentAuthorisationsParameters request)Checks authorisation confirmation data.protected abstract voidAbstractConsentAuthorizationService. updateConsentAuthorisation(ConsentAuthorisationsParameters mapToUpdateConsentPsuDataReq) -
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.service.authorization.ais
Methods in de.adorsys.psd2.xs2a.service.authorization.ais with parameters of type ConsentAuthorisationsParameters Modifier and Type Method Description protected voidAbstractAisAuthorizationService. updateConsentAuthorisation(ConsentAuthorisationsParameters updateConsentPsuDataReq) -
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.service.authorization.piis
Methods in de.adorsys.psd2.xs2a.service.authorization.piis with parameters of type ConsentAuthorisationsParameters Modifier and Type Method Description protected voidAbstractPiisAuthorizationService. updateConsentAuthorisation(ConsentAuthorisationsParameters updateConsentPsuDataReq) -
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.service.consent
Methods in de.adorsys.psd2.xs2a.service.consent with parameters of type ConsentAuthorisationsParameters Modifier and Type Method Description voidXs2aAisConsentService. updateConsentAuthorisation(ConsentAuthorisationsParameters updatePsuData)Sends a PUT request to CMS to update created AIS consent authorisationvoidXs2aPiisConsentService. updateConsentAuthorisation(ConsentAuthorisationsParameters updatePsuData) -
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.service.mapper
Methods in de.adorsys.psd2.xs2a.service.mapper that return ConsentAuthorisationsParameters Modifier and Type Method Description ConsentAuthorisationsParametersConsentPsuDataMapper. mapToUpdateConsentPsuDataReq(CommonAuthorisationParameters request, AuthorisationProcessorResponse response) -
Uses of ConsentAuthorisationsParameters 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 ConsentAuthorisationsParameters Modifier and Type Method Description de.adorsys.psd2.consent.api.authorisation.UpdateAuthorisationRequestXs2aConsentAuthorisationMapper. mapToAuthorisationRequest(ConsentAuthorisationsParameters updatePsuData) -
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect with parameters of type ConsentAuthorisationsParameters Modifier and Type Method Description ResponseObject<UpdateConsentPsuDataResponse>ConsentAspect. invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result, ConsentAuthorisationsParameters updatePsuData)ResponseObject<UpdateConsentPsuDataResponse>ConsentAspect. invokeUpdatePiisConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result, ConsentAuthorisationsParameters updatePsuData) -
Uses of ConsentAuthorisationsParameters in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper that return ConsentAuthorisationsParameters Modifier and Type Method Description ConsentAuthorisationsParametersConsentModelMapper. mapToUpdatePsuData(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String authorizationId, Map body)
-