Class LoginManagerSettings
- java.lang.Object
-
- com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
-
- All Implemented Interfaces:
Serializable
public class LoginManagerSettings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginManagerSettings()
Default constructorLoginManagerSettings(LoginManagerSettings settings)
Copy-constructor for cloning settings
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLoginAttemptsThreshold()
boolean
isEnableElevatedSecurityCheck()
void
setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck)
void
setLoginAttemptsThreshold(int loginAttemptsThreshold)
-
-
-
Constructor Detail
-
LoginManagerSettings
public LoginManagerSettings()
Default constructor
-
LoginManagerSettings
public LoginManagerSettings(LoginManagerSettings settings)
Copy-constructor for cloning settings
-
-
Method Detail
-
isEnableElevatedSecurityCheck
public boolean isEnableElevatedSecurityCheck()
-
setEnableElevatedSecurityCheck
public void setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck)
-
getLoginAttemptsThreshold
public int getLoginAttemptsThreshold()
-
setLoginAttemptsThreshold
public void setLoginAttemptsThreshold(int loginAttemptsThreshold)
-
-