Class CaptchaSettings
- java.lang.Object
-
- com.atlassian.confluence.setup.settings.beans.CaptchaSettings
-
- All Implemented Interfaces:
Serializable
public class CaptchaSettings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaptchaSettings()
CaptchaSettings(CaptchaSettings captchaSettings)
Copy-constructor for cloning settings
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
getCaptchaGroups()
String
getExclude()
boolean
isEnableCaptcha()
boolean
isEnableDebug()
void
setCaptchaGroups(Collection<String> captchaGroups)
void
setEnableCaptcha(boolean enableCaptcha)
void
setEnableDebug(boolean enableDebug)
void
setExclude(String exclude)
-
-
-
Field Detail
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
REGISTERED
public static final String REGISTERED
- See Also:
- Constant Field Values
-
GROUPS
public static final String GROUPS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CaptchaSettings
public CaptchaSettings()
-
CaptchaSettings
public CaptchaSettings(CaptchaSettings captchaSettings)
Copy-constructor for cloning settings
-
-
Method Detail
-
isEnableCaptcha
public boolean isEnableCaptcha()
-
setEnableCaptcha
public void setEnableCaptcha(boolean enableCaptcha)
-
isEnableDebug
public boolean isEnableDebug()
-
setEnableDebug
public void setEnableDebug(boolean enableDebug)
-
getCaptchaGroups
public Collection<String> getCaptchaGroups()
-
setCaptchaGroups
public void setCaptchaGroups(Collection<String> captchaGroups)
-
getExclude
public String getExclude()
-
setExclude
public void setExclude(String exclude)
-
-