Class CaptchaConfiguration
java.lang.Object
com.atlassian.bamboo.configuration.CaptchaConfiguration
- All Implemented Interfaces:
Serializable
Configuration for Captcha
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
void
setEnableCaptcha
(boolean enableCaptcha) void
setEnableCaptchaOnSignup
(boolean enableCaptchaOnSignup) void
setMaxLoginAttempts
(int maxLoginAttempts)
-
Constructor Details
-
CaptchaConfiguration
public CaptchaConfiguration()
-
-
Method Details
-
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)
-