@ProviderType
public interface CaptchaSettings
Modifier and Type | Method and Description |
---|---|
String |
getCaptchaEngine() |
int |
getMaxChallenges() |
String |
getReCaptchaNoScriptURL() |
String |
getReCaptchaPrivateKey() |
String |
getReCaptchaPublicKey() |
String |
getReCaptchaScriptURL() |
String |
getReCaptchaVerifyURL() |
String[] |
getSimpleCaptchaBackgroundProducers() |
String[] |
getSimpleCaptchaGimpyRenderers() |
int |
getSimpleCaptchaHeight() |
String[] |
getSimpleCaptchaNoiseProducers() |
String[] |
getSimpleCaptchaTextProducers() |
int |
getSimpleCaptchaWidth() |
String[] |
getSimpleCaptchaWordRenderers() |
boolean |
isCreateAccountCaptchaEnabled() |
boolean |
isMessageBoardsEditCategoryCaptchaEnabled() |
boolean |
isMessageBoardsEditMessageCaptchaEnabled() |
boolean |
isSendPasswordCaptchaEnabled() |
void |
setCaptchaEngine(String className) |
String getCaptchaEngine()
int getMaxChallenges()
String getReCaptchaNoScriptURL()
String getReCaptchaPrivateKey()
String getReCaptchaPublicKey()
String getReCaptchaScriptURL()
String getReCaptchaVerifyURL()
String[] getSimpleCaptchaBackgroundProducers()
String[] getSimpleCaptchaGimpyRenderers()
int getSimpleCaptchaHeight()
String[] getSimpleCaptchaNoiseProducers()
String[] getSimpleCaptchaTextProducers()
int getSimpleCaptchaWidth()
String[] getSimpleCaptchaWordRenderers()
boolean isCreateAccountCaptchaEnabled()
boolean isMessageBoardsEditCategoryCaptchaEnabled()
boolean isMessageBoardsEditMessageCaptchaEnabled()
boolean isSendPasswordCaptchaEnabled()
void setCaptchaEngine(String className) throws Exception
Exception