Interface LoginConfigurationEx

    • Method Detail

      • getDefaultLoginModuleBooleanPropertyValue

        boolean getDefaultLoginModuleBooleanPropertyValue​(@NotNull
                                                          String propertyKey)
      • isLoginFormCollapsed

        boolean isLoginFormCollapsed()
        Since:
        2020.2.3
      • getTwoFactorSetupDeadline

        @Nullable
        Date getTwoFactorSetupDeadline()
        Returns deadline for setup of two-factor authentication. Applicable in mandatory mode only. After the deadline, users without grace period would not be able to log in.
        Returns:
        global deadline for setup of 2FA
      • getTwoFactorGracePeriod

        long getTwoFactorGracePeriod()
        Returns duration of grace period for two-factor authentication. This duration is used for grace period refreshes, both for single user and for all server users
        Returns:
        grace period duration, in milliseconds
      • getBuildAuthenticationMode

        @NotNull
        BuildAuthenticationMode getBuildAuthenticationMode()
        Detemines which mode should be used for build authentication.
        Since:
        2024.12