Class LoginManagerSettings
java.lang.Object
com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorLoginManagerSettings
(LoginManagerSettings settings) Copy-constructor for cloning settings -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setEnableElevatedSecurityCheck
(boolean enableElevatedSecurityCheck) void
setLoginAttemptsThreshold
(int loginAttemptsThreshold)
-
Constructor Details
-
LoginManagerSettings
public LoginManagerSettings()Default constructor -
LoginManagerSettings
Copy-constructor for cloning settings
-
-
Method Details
-
isEnableElevatedSecurityCheck
public boolean isEnableElevatedSecurityCheck() -
setEnableElevatedSecurityCheck
public void setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck) -
getLoginAttemptsThreshold
public int getLoginAttemptsThreshold() -
setLoginAttemptsThreshold
public void setLoginAttemptsThreshold(int loginAttemptsThreshold)
-