Class RestCaptchaConfiguration
java.lang.Object
com.atlassian.bamboo.testutils.rest.entity.RestCaptchaConfiguration
-
Constructor Summary
ConstructorDescriptionRestCaptchaConfiguration
(boolean enableCaptcha, boolean enableCaptchaOnSignup, int maxLoginAttempts) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
-
Constructor Details
-
RestCaptchaConfiguration
public RestCaptchaConfiguration() -
RestCaptchaConfiguration
public RestCaptchaConfiguration(boolean enableCaptcha, boolean enableCaptchaOnSignup, int maxLoginAttempts)
-
-
Method Details
-
isEnableCaptcha
public boolean isEnableCaptcha() -
isEnableCaptchaOnSignup
public boolean isEnableCaptchaOnSignup() -
getMaxLoginAttempts
public int getMaxLoginAttempts()
-