Uses of Class
de.adorsys.psd2.xs2a.domain.consent.Xs2aCreatePisAuthorisationResponse
-
Packages that use Xs2aCreatePisAuthorisationResponse Package Description de.adorsys.psd2.xs2a.service.authorization.pis de.adorsys.psd2.xs2a.service.mapper.consent de.adorsys.psd2.xs2a.web.mapper -
-
Uses of Xs2aCreatePisAuthorisationResponse in de.adorsys.psd2.xs2a.service.authorization.pis
Methods in de.adorsys.psd2.xs2a.service.authorization.pis that return types with arguments of type Xs2aCreatePisAuthorisationResponse Modifier and Type Method Description Optional<Xs2aCreatePisAuthorisationResponse>DecoupledPisScaAuthorisationService. createCommonPaymentAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Optional<Xs2aCreatePisAuthorisationResponse>EmbeddedPisScaAuthorisationService. createCommonPaymentAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Optional<Xs2aCreatePisAuthorisationResponse>OauthPisScaAuthorisationService. createCommonPaymentAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Optional<Xs2aCreatePisAuthorisationResponse>PisScaAuthorisationService. createCommonPaymentAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Creates authorisation for a paymentOptional<Xs2aCreatePisAuthorisationResponse>RedirectPisScaAuthorisationService. createCommonPaymentAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData) -
Uses of Xs2aCreatePisAuthorisationResponse in de.adorsys.psd2.xs2a.service.mapper.consent
Methods in de.adorsys.psd2.xs2a.service.mapper.consent that return types with arguments of type Xs2aCreatePisAuthorisationResponse Modifier and Type Method Description Optional<Xs2aCreatePisAuthorisationResponse>Xs2aPisCommonPaymentMapper. mapToXsa2CreatePisAuthorisationResponse(de.adorsys.psd2.consent.api.authorisation.CreateAuthorisationResponse response, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType) -
Uses of Xs2aCreatePisAuthorisationResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type Xs2aCreatePisAuthorisationResponse Modifier and Type Method Description abstract de.adorsys.psd2.model.StartScaprocessResponseAuthorisationModelMapper. mapToStartScaProcessResponse(Xs2aCreatePisAuthorisationResponse xs2aResponse)
-