Class MoGlobalConfigView.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<MoGlobalConfigView>
io.jenkins.plugins.twofactor.jenkins.MoGlobalConfigView.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
MoGlobalConfigView

@Extension public static final class MoGlobalConfigView.DescriptorImpl extends Descriptor<MoGlobalConfigView>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doCheckSenderEmailAddress

      @POST public FormValidation doCheckSenderEmailAddress(@QueryParameter String senderEmailAddress)
    • doCheckEnableDuoPush

      @POST public FormValidation doCheckEnableDuoPush(@QueryParameter Boolean enableDuoPush)
    • doCheckEnableMobileAuthenticator

      @POST public FormValidation doCheckEnableMobileAuthenticator(@QueryParameter Boolean enableMobileAuthenticator)
    • doCheckEnableOtpOverSms

      @POST public FormValidation doCheckEnableOtpOverSms(@QueryParameter Boolean enableOtpOverSms)