Class MoGlobalConfig

All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, OnMaster

@Extension public class MoGlobalConfig extends GlobalConfiguration
  • Constructor Details

    • MoGlobalConfig

      public MoGlobalConfig()
  • Method Details

    • getEnableTfa

      public Boolean getEnableTfa()
    • getAdvancedSettings

      public MoGlobalAdvancedSettings getAdvancedSettings()
    • setEnableTfa

      @DataBoundSetter public void setEnableTfa(boolean unableTfa)
    • isEnableSecurityQuestionsAuthentication

      public Boolean isEnableSecurityQuestionsAuthentication()
    • setEnableSecurityQuestionsAuthentication

      @DataBoundSetter public void setEnableSecurityQuestionsAuthentication(boolean enableSecurityQuestionsAuthentication)
    • isEnableOtpOverEmailAuthentication

      public Boolean isEnableOtpOverEmailAuthentication()
    • getSenderEmailAddress

      public String getSenderEmailAddress()
    • getOtpOverEmailDto

      public MoOtpOverEmailDto getOtpOverEmailDto()
    • getAdvancedSettingsDTO

      public MoAdvanceSettingsDTO getAdvancedSettingsDTO()
    • saveMoGlobalConfigViewForm

      public void saveMoGlobalConfigViewForm(net.sf.json.JSONObject formData)
    • saveGlobalAdvancedSettingsForm

      public void saveGlobalAdvancedSettingsForm(net.sf.json.JSONObject formData)
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
      Overrides:
      configure in class GlobalConfiguration
      Throws:
      Descriptor.FormException
    • getConfigFile

      protected XmlFile getConfigFile()
      Overrides:
      getConfigFile in class Descriptor<GlobalConfiguration>
    • get

      public static MoGlobalConfig get()