Package de.adorsys.psd2.xs2a.web.mapper
Class AuthorisationMapper
- java.lang.Object
-
- de.adorsys.psd2.xs2a.web.mapper.AuthorisationMapper
-
@Service public class AuthorisationMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorisationMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectmapToAisCreateOrUpdateAuthorisationResponse(ResponseObject<AuthorisationResponse> responseObject)de.adorsys.psd2.model.UpdatePsuAuthenticationResponsemapToAisUpdatePsuAuthenticationResponse(UpdateConsentPsuDataResponse response)de.adorsys.psd2.model.AuthorisationsmapToAuthorisations(Xs2aAuthorisationSubResources xs2AAuthorisationSubResources)StringmapToPasswordFromBody(Map body)ObjectmapToPisCreateOrUpdateAuthorisationResponse(ResponseObject responseObject)de.adorsys.psd2.model.UpdatePsuAuthenticationResponsemapToPisUpdatePsuAuthenticationResponse(Xs2aUpdatePisCommonPaymentPsuDataResponse response)@NotNull de.adorsys.psd2.model.ScaStatusResponsemapToScaStatusResponse(@NotNull de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus)Xs2aCreatePisAuthorisationRequestmapToXs2aCreatePisAuthorisationRequest(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentService, String paymentProduct, Map body)
-
-
-
Method Detail
-
mapToAuthorisations
public de.adorsys.psd2.model.Authorisations mapToAuthorisations(Xs2aAuthorisationSubResources xs2AAuthorisationSubResources)
-
mapToPisCreateOrUpdateAuthorisationResponse
public Object mapToPisCreateOrUpdateAuthorisationResponse(ResponseObject responseObject)
-
mapToAisCreateOrUpdateAuthorisationResponse
public Object mapToAisCreateOrUpdateAuthorisationResponse(ResponseObject<AuthorisationResponse> responseObject)
-
mapToScaStatusResponse
@NotNull public @NotNull de.adorsys.psd2.model.ScaStatusResponse mapToScaStatusResponse(@NotNull @NotNull de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus)
-
mapToPisUpdatePsuAuthenticationResponse
public de.adorsys.psd2.model.UpdatePsuAuthenticationResponse mapToPisUpdatePsuAuthenticationResponse(Xs2aUpdatePisCommonPaymentPsuDataResponse response)
-
mapToAisUpdatePsuAuthenticationResponse
public de.adorsys.psd2.model.UpdatePsuAuthenticationResponse mapToAisUpdatePsuAuthenticationResponse(UpdateConsentPsuDataResponse response)
-
mapToXs2aCreatePisAuthorisationRequest
public Xs2aCreatePisAuthorisationRequest mapToXs2aCreatePisAuthorisationRequest(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentService, String paymentProduct, Map body)
-
-