com.atlassian.confluence.setup.settings.beans
Class LoginManagerSettings

java.lang.Object
  extended by com.atlassian.confluence.setup.settings.beans.LoginManagerSettings
All Implemented Interfaces:
Serializable

public class LoginManagerSettings
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LoginManagerSettings()
          Default constructor
LoginManagerSettings(LoginManagerSettings settings)
          Copy-constructor for cloning settings
 
Method Summary
 int getLoginAttemptsThreshold()
           
 boolean isEnableElevatedSecurityCheck()
           
 void setEnableElevatedSecurityCheck(boolean enableElevatedSecurityCheck)
           
 void setLoginAttemptsThreshold(int loginAttemptsThreshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2003-2011 Atlassian. All Rights Reserved.