Class CaptchaConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.configuration.CaptchaConfiguration
-
- All Implemented Interfaces:
Serializable
public class CaptchaConfiguration extends Object implements Serializable
Configuration for Captcha- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaptchaConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxLoginAttempts()
boolean
isEnableCaptcha()
boolean
isEnableCaptchaOnSignup()
void
setEnableCaptcha(boolean enableCaptcha)
void
setEnableCaptchaOnSignup(boolean enableCaptchaOnSignup)
void
setMaxLoginAttempts(int maxLoginAttempts)
-
-
-
Method Detail
-
isEnableCaptcha
public boolean isEnableCaptcha()
-
setEnableCaptcha
public void setEnableCaptcha(boolean enableCaptcha)
-
isEnableCaptchaOnSignup
public boolean isEnableCaptchaOnSignup()
-
setEnableCaptchaOnSignup
public void setEnableCaptchaOnSignup(boolean enableCaptchaOnSignup)
-
getMaxLoginAttempts
public int getMaxLoginAttempts()
-
setMaxLoginAttempts
public void setMaxLoginAttempts(int maxLoginAttempts)
-
-