Interface AuthorisationTemplateMapper


  • public interface AuthorisationTemplateMapper
    • 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)
      • getUriOrNull

        default String getUriOrNull​(de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri,
                                    Function<de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri,​String> function)