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 de.adorsys.psd2.model.AuthorisationsmapToAuthorisations(Xs2aAuthorisationSubResources xs2AAuthorisationSubResources)ObjectmapToConsentCreateOrUpdateAuthorisationResponse(ResponseObject<AuthorisationResponse> responseObject)de.adorsys.psd2.model.UpdatePsuAuthenticationResponsemapToConsentUpdatePsuAuthenticationResponse(UpdateConsentPsuDataResponse response)StringmapToPasswordFromBody(Map body)ObjectmapToPisCreateOrUpdateAuthorisationResponse(ResponseObject responseObject)de.adorsys.psd2.model.UpdatePsuAuthenticationResponsemapToPisUpdatePsuAuthenticationResponse(Xs2aUpdatePisCommonPaymentPsuDataResponse response)@NotNull de.adorsys.psd2.model.ScaStatusResponsemapToScaStatusResponse(@NotNull Xs2aScaStatusResponse xs2aScaStatusResponse)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)
-
mapToConsentCreateOrUpdateAuthorisationResponse
public Object mapToConsentCreateOrUpdateAuthorisationResponse(ResponseObject<AuthorisationResponse> responseObject)
-
mapToScaStatusResponse
@NotNull public @NotNull de.adorsys.psd2.model.ScaStatusResponse mapToScaStatusResponse(@NotNull @NotNull Xs2aScaStatusResponse xs2aScaStatusResponse)
-
mapToPisUpdatePsuAuthenticationResponse
public de.adorsys.psd2.model.UpdatePsuAuthenticationResponse mapToPisUpdatePsuAuthenticationResponse(Xs2aUpdatePisCommonPaymentPsuDataResponse response)
-
mapToConsentUpdatePsuAuthenticationResponse
public de.adorsys.psd2.model.UpdatePsuAuthenticationResponse mapToConsentUpdatePsuAuthenticationResponse(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)
-
-