public class

CaptchaConfiguration

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.bamboo.configuration.CaptchaConfiguration

Class Overview

Configuration for Captcha

Summary

Public Constructors
CaptchaConfiguration()
Public Methods
int getMaxLoginAttempts()
boolean isEnableCaptcha()
boolean isEnableCaptchaOnSignup()
void setEnableCaptcha(boolean enableCaptcha)
void setEnableCaptchaOnSignup(boolean enableCaptchaOnSignup)
void setMaxLoginAttempts(int maxLoginAttempts)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CaptchaConfiguration ()

Public Methods

public int getMaxLoginAttempts ()

public boolean isEnableCaptcha ()

public boolean isEnableCaptchaOnSignup ()

public void setEnableCaptcha (boolean enableCaptcha)

public void setEnableCaptchaOnSignup (boolean enableCaptchaOnSignup)

public void setMaxLoginAttempts (int maxLoginAttempts)