Interface AuthorisationTemplateMapper
-
public interface AuthorisationTemplateMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default de.adorsys.psd2.xs2a.core.tpp.TppRedirectUricreateTppRedirectUri(String redirectUri, String nokRedirectUri)default StringgetUriOrNull(de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri, Function<de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri,String> function)de.adorsys.psd2.xs2a.core.authorisation.AuthorisationTemplatemapToAuthorisationTemplate(AuthorisationTemplateEntity entity)AuthorisationTemplateEntitymapToAuthorisationTemplateEntity(de.adorsys.psd2.xs2a.core.authorisation.AuthorisationTemplate authorisationTemplate)
-
-
-
Method Detail
-
mapToAuthorisationTemplate
de.adorsys.psd2.xs2a.core.authorisation.AuthorisationTemplate mapToAuthorisationTemplate(AuthorisationTemplateEntity entity)
-
mapToAuthorisationTemplateEntity
AuthorisationTemplateEntity mapToAuthorisationTemplateEntity(de.adorsys.psd2.xs2a.core.authorisation.AuthorisationTemplate authorisationTemplate)
-
createTppRedirectUri
default de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri createTppRedirectUri(String redirectUri, String nokRedirectUri)
-
-