Interface IPluginAuthenticatorType

    • Method Detail

      • getHtmlHelpSnippet

        default String getHtmlHelpSnippet​(Locale locale)
        This method may optionally return a help text that is displayed when the user creates a new authenticator of this type. This must be valid HTML snippet. May be used, for example, to explain which properties the user must enter.
        Parameters:
        locale - The locale for which to show the help text.
        Returns:
        An HTML snippet with an explanation for the user.