public class LoginManagerSettings extends Object implements Serializable
Constructor and Description |
---|
LoginManagerSettings()
Default constructor
|
LoginManagerSettings(LoginManagerSettings settings)
Copy-constructor for cloning settings
|
Modifier and Type | Method and Description |
---|---|
int |
getLoginAttemptsThreshold() |
boolean |
isEnableElevatedSecurityCheck() |
void |
setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck) |
void |
setLoginAttemptsThreshold(int loginAttemptsThreshold) |
public LoginManagerSettings()
public LoginManagerSettings(LoginManagerSettings settings)
public boolean isEnableElevatedSecurityCheck()
public void setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck)
public int getLoginAttemptsThreshold()
public void setLoginAttemptsThreshold(int loginAttemptsThreshold)
Copyright © 2003–2020 Atlassian. All rights reserved.