Interface SpiToXs2aAuthenticationObjectMapper
-
public interface SpiToXs2aAuthenticationObjectMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObjecttoAuthenticationObject(de.adorsys.psd2.xs2a.spi.domain.common.SpiAuthenticationObject authenticationObject)List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject>toAuthenticationObjectList(List<de.adorsys.psd2.xs2a.spi.domain.common.SpiAuthenticationObject> spiAuthenticationObjects)
-
-
-
Method Detail
-
toAuthenticationObjectList
List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> toAuthenticationObjectList(List<de.adorsys.psd2.xs2a.spi.domain.common.SpiAuthenticationObject> spiAuthenticationObjects)
-
toAuthenticationObject
de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject toAuthenticationObject(de.adorsys.psd2.xs2a.spi.domain.common.SpiAuthenticationObject authenticationObject)
-
-