Class CaptchaSettings
java.lang.Object
com.atlassian.confluence.setup.settings.beans.CaptchaSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCaptchaSettings
(CaptchaSettings captchaSettings) Copy-constructor for cloning settings -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setCaptchaGroups
(Collection<String> captchaGroups) void
setEnableCaptcha
(boolean enableCaptcha) void
setEnableDebug
(boolean enableDebug) void
setExclude
(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
-