com.atlassian.confluence.setup.settings.beans
Class CaptchaSettings

java.lang.Object
  extended by com.atlassian.confluence.setup.settings.beans.CaptchaSettings
All Implemented Interfaces:
Serializable

public class CaptchaSettings
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String GROUPS
           
static String NONE
           
static String REGISTERED
           
 
Constructor Summary
CaptchaSettings()
           
CaptchaSettings(CaptchaSettings captchaSettings)
          Copy-constructor for cloning settings
 
Method Summary
 Collection getCaptchaGroups()
           
 String getExclude()
           
 boolean isEnableCaptcha()
           
 boolean isEnableDebug()
           
 void setCaptchaGroups(Collection captchaGroups)
           
 void setEnableCaptcha(boolean enableCaptcha)
           
 void setEnableDebug(boolean enableDebug)
           
 void setExclude(String exclude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 getCaptchaGroups()

setCaptchaGroups

public void setCaptchaGroups(Collection captchaGroups)

getExclude

public String getExclude()

setExclude

public void setExclude(String exclude)


Copyright © 2003-2010 Atlassian. All Rights Reserved.