com.atlassian.bamboo.configuration
Class CaptchaConfiguration
java.lang.Object
com.atlassian.bamboo.configuration.CaptchaConfiguration
- All Implemented Interfaces:
- java.io.Serializable
public class CaptchaConfiguration
- extends java.lang.Object
- implements java.io.Serializable
Configuration for Captcha
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaConfiguration
public CaptchaConfiguration()
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)
Copyright © 2010 Atlassian. All Rights Reserved.