public class CaptchaConfiguration extends Object implements Serializable
Constructor and Description |
---|
CaptchaConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLoginAttempts() |
boolean |
isEnableCaptcha() |
boolean |
isEnableCaptchaOnSignup() |
void |
setEnableCaptcha(boolean enableCaptcha) |
void |
setEnableCaptchaOnSignup(boolean enableCaptchaOnSignup) |
void |
setMaxLoginAttempts(int maxLoginAttempts) |
public boolean isEnableCaptcha()
public void setEnableCaptcha(boolean enableCaptcha)
public boolean isEnableCaptchaOnSignup()
public void setEnableCaptchaOnSignup(boolean enableCaptchaOnSignup)
public int getMaxLoginAttempts()
public void setMaxLoginAttempts(int maxLoginAttempts)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.