com.atlassian.confluence.setup.settings.beans
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CaptchaSettings
public CaptchaSettings()
CaptchaSettings
public CaptchaSettings(CaptchaSettings captchaSettings)
- Copy-constructor for cloning settings
isEnableCaptcha
public boolean isEnableCaptcha()
setEnableCaptcha
public void setEnableCaptcha(boolean enableCaptcha)
isEnableDebug
public boolean isEnableDebug()
setEnableDebug
public void setEnableDebug(boolean enableDebug)
getCaptchaGroups
public Collection getCaptchaGroups()
setCaptchaGroups
public void setCaptchaGroups(Collection captchaGroups)
getExclude
public String getExclude()
setExclude
public void setExclude(String exclude)