com.atlassian.confluence.setup.settings.beans
Class LoginManagerSettings
java.lang.Object
com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
- All Implemented Interfaces:
- java.io.Serializable
public class LoginManagerSettings
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginManagerSettings
public LoginManagerSettings()
- Default constructor
LoginManagerSettings
public LoginManagerSettings(LoginManagerSettings settings)
- Copy-constructor for cloning settings
isEnableElevatedSecurityCheck
public boolean isEnableElevatedSecurityCheck()
setEnableElevatedSecurityCheck
public void setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck)
getLoginAttemptsThreshold
public int getLoginAttemptsThreshold()
setLoginAttemptsThreshold
public void setLoginAttemptsThreshold(int loginAttemptsThreshold)
Copyright © 2003-2013 Atlassian. All Rights Reserved.