Class Xs2aAuthenticationObjectToCmsScaMethodMapper
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.mapper.consent.Xs2aAuthenticationObjectToCmsScaMethodMapper
-
@Component public class Xs2aAuthenticationObjectToCmsScaMethodMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description Xs2aAuthenticationObjectToCmsScaMethodMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull de.adorsys.psd2.consent.api.CmsScaMethodmapToCmsScaMethod(@NotNull de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject authenticationObject)@NotNull List<de.adorsys.psd2.consent.api.CmsScaMethod>mapToCmsScaMethods(@NotNull List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> authenticationObjects)
-
-
-
Method Detail
-
mapToCmsScaMethods
@NotNull public @NotNull List<de.adorsys.psd2.consent.api.CmsScaMethod> mapToCmsScaMethods(@NotNull @NotNull List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> authenticationObjects)
-
mapToCmsScaMethod
@NotNull public @NotNull de.adorsys.psd2.consent.api.CmsScaMethod mapToCmsScaMethod(@NotNull @NotNull de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject authenticationObject)
-
-