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:
  • Constructor Details

    • LoginManagerSettings

      public LoginManagerSettings()
      Default constructor
    • LoginManagerSettings

      public LoginManagerSettings(LoginManagerSettings settings)
      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)