Interface ScaMethodsMapper


  • public interface ScaMethodsMapper
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      de.adorsys.psd2.model.AuthenticationObject mapToAuthenticationObject​(de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject authenticationObject)  
      List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> mapToAuthenticationObjectList​(List<de.adorsys.psd2.xs2a.spi.domain.common.SpiAuthenticationObject> scaMethods)  
      de.adorsys.psd2.model.ScaMethods mapToScaMethods​(List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> authenticationObjects)  
    • Method Detail

      • mapToScaMethods

        de.adorsys.psd2.model.ScaMethods mapToScaMethods​(List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> authenticationObjects)
      • mapToAuthenticationObject

        de.adorsys.psd2.model.AuthenticationObject mapToAuthenticationObject​(de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject authenticationObject)
      • mapToAuthenticationObjectList

        List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> mapToAuthenticationObjectList​(List<de.adorsys.psd2.xs2a.spi.domain.common.SpiAuthenticationObject> scaMethods)