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:
  • 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)