Class LoginManagerSettings

    • 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)