Interface CaptchaConfiguration
public interface CaptchaConfiguration
-
Method Details
-
maxChallenges
int maxChallenges() -
createAccountCaptchaEnabled
boolean createAccountCaptchaEnabled() -
sendPasswordCaptchaEnabled
boolean sendPasswordCaptchaEnabled() -
messageBoardsEditCategoryCaptchaEnabled
boolean messageBoardsEditCategoryCaptchaEnabled() -
messageBoardsEditMessageCaptchaEnabled
boolean messageBoardsEditMessageCaptchaEnabled() -
captchaEngine
String captchaEngine() -
reCaptchaPublicKey
String reCaptchaPublicKey() -
reCaptchaPrivateKey
String reCaptchaPrivateKey() -
reCaptchaScriptURL
String reCaptchaScriptURL() -
reCaptchaNoScriptURL
String reCaptchaNoScriptURL() -
reCaptchaVerifyURL
String reCaptchaVerifyURL() -
simpleCaptchaHeight
int simpleCaptchaHeight() -
simpleCaptchaWidth
int simpleCaptchaWidth() -
simpleCaptchaBackgroundProducers
String[] simpleCaptchaBackgroundProducers() -
simpleCaptchaGimpyRenderers
String[] simpleCaptchaGimpyRenderers() -
simpleCaptchaNoiseProducers
String[] simpleCaptchaNoiseProducers() -
simpleCaptchaTextProducers
String[] simpleCaptchaTextProducers() -
simpleCaptchaWordRenderers
String[] simpleCaptchaWordRenderers()
-