Interface CaptchaSettings


@ProviderType public interface CaptchaSettings
Author:
Pei-Jung Lan
  • Method Details

    • getCaptchaEngine

      String getCaptchaEngine()
    • getMaxChallenges

      int getMaxChallenges()
    • getReCaptchaNoScriptURL

      String getReCaptchaNoScriptURL()
    • getReCaptchaPrivateKey

      String getReCaptchaPrivateKey()
    • getReCaptchaPublicKey

      String getReCaptchaPublicKey()
    • getReCaptchaScriptURL

      String getReCaptchaScriptURL()
    • getReCaptchaVerifyURL

      String getReCaptchaVerifyURL()
    • getSimpleCaptchaBackgroundProducers

      String[] getSimpleCaptchaBackgroundProducers()
    • getSimpleCaptchaGimpyRenderers

      String[] getSimpleCaptchaGimpyRenderers()
    • getSimpleCaptchaHeight

      int getSimpleCaptchaHeight()
    • getSimpleCaptchaNoiseProducers

      String[] getSimpleCaptchaNoiseProducers()
    • getSimpleCaptchaTextProducers

      String[] getSimpleCaptchaTextProducers()
    • getSimpleCaptchaWidth

      int getSimpleCaptchaWidth()
    • getSimpleCaptchaWordRenderers

      String[] getSimpleCaptchaWordRenderers()
    • isCreateAccountCaptchaEnabled

      boolean isCreateAccountCaptchaEnabled()
    • isMessageBoardsEditCategoryCaptchaEnabled

      boolean isMessageBoardsEditCategoryCaptchaEnabled()
    • isMessageBoardsEditMessageCaptchaEnabled

      boolean isMessageBoardsEditMessageCaptchaEnabled()
    • isSendPasswordCaptchaEnabled

      boolean isSendPasswordCaptchaEnabled()
    • setCaptchaEngine

      void setCaptchaEngine(String className) throws Exception
      Throws:
      Exception