Uses of Class
de.adorsys.psd2.xs2a.domain.consent.Xs2aConfirmationOfFundsResponse
-
-
Uses of Xs2aConfirmationOfFundsResponse in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type Xs2aConfirmationOfFundsResponse Modifier and Type Method Description ResponseObject<Xs2aConfirmationOfFundsResponse>PiisConsentService. createPiisConsentWithResponse(CreatePiisConsentRequest request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred) -
Uses of Xs2aConfirmationOfFundsResponse in de.adorsys.psd2.xs2a.service.link
Methods in de.adorsys.psd2.xs2a.service.link that return types with arguments of type Xs2aConfirmationOfFundsResponse Modifier and Type Method Description ResponseObject<Xs2aConfirmationOfFundsResponse>ConsentAspectService. createPiisConsentWithResponse(ResponseObject<Xs2aConfirmationOfFundsResponse> result, boolean explicitPreferred)Method parameters in de.adorsys.psd2.xs2a.service.link with type arguments of type Xs2aConfirmationOfFundsResponse Modifier and Type Method Description ResponseObject<Xs2aConfirmationOfFundsResponse>ConsentAspectService. createPiisConsentWithResponse(ResponseObject<Xs2aConfirmationOfFundsResponse> result, boolean explicitPreferred) -
Uses of Xs2aConfirmationOfFundsResponse in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect that return types with arguments of type Xs2aConfirmationOfFundsResponse Modifier and Type Method Description ResponseObject<Xs2aConfirmationOfFundsResponse>ConsentAspect. createPiisConsentWithResponse(ResponseObject<Xs2aConfirmationOfFundsResponse> result, CreatePiisConsentRequest request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred)Method parameters in de.adorsys.psd2.xs2a.web.aspect with type arguments of type Xs2aConfirmationOfFundsResponse Modifier and Type Method Description ResponseObject<Xs2aConfirmationOfFundsResponse>ConsentAspect. createPiisConsentWithResponse(ResponseObject<Xs2aConfirmationOfFundsResponse> result, CreatePiisConsentRequest request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred) -
Uses of Xs2aConfirmationOfFundsResponse in de.adorsys.psd2.xs2a.web.link
Constructors in de.adorsys.psd2.xs2a.web.link with parameters of type Xs2aConfirmationOfFundsResponse Constructor Description CreatePiisConsentLinks(String httpUrl, ScaApproachResolver scaApproachResolver, Xs2aConfirmationOfFundsResponse response, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, boolean explicitMethod, boolean signingBasketModeActive, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow, boolean authorisationConfirmationRequestMandated, String instanceId) -
Uses of Xs2aConfirmationOfFundsResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type Xs2aConfirmationOfFundsResponse Modifier and Type Method Description de.adorsys.psd2.model.ConsentsConfirmationOfFundsResponsePiisConsentModelMapper. mapToConsentsConfirmationOfFundsResponse(Xs2aConfirmationOfFundsResponse xs2aConfirmationOfFundsResponse)
-