Class CaptchaSettings
java.lang.Object
com.atlassian.confluence.setup.settings.beans.CaptchaSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCaptchaSettings(CaptchaSettings captchaSettings) Copy-constructor for cloning settings -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetCaptchaGroups(Collection<String> captchaGroups) voidsetEnableCaptcha(boolean enableCaptcha) voidsetEnableDebug(boolean enableDebug) voidsetExclude(String exclude)
-
Field Details
-
NONE
- See Also:
-
REGISTERED
- See Also:
-
GROUPS
- See Also:
-
-
Constructor Details
-
CaptchaSettings
public CaptchaSettings() -
CaptchaSettings
Copy-constructor for cloning settings
-
-
Method Details
-
isEnableCaptcha
public boolean isEnableCaptcha() -
setEnableCaptcha
public void setEnableCaptcha(boolean enableCaptcha) -
isEnableDebug
public boolean isEnableDebug() -
setEnableDebug
public void setEnableDebug(boolean enableDebug) -
getCaptchaGroups
-
setCaptchaGroups
-
getExclude
-
setExclude
-