Class MoOtpOverEmailAuth

java.lang.Object
io.jenkins.plugins.twofactor.jenkins.tfaMethodsAuth.MoOtpOverEmailAuth
All Implemented Interfaces:
Action, ModelObject

public class MoOtpOverEmailAuth extends Object implements Action
  • Field Details

    • showWrongCredentialWarning

      public Map<String,Boolean> showWrongCredentialWarning
  • Constructor Details

    • MoOtpOverEmailAuth

      public MoOtpOverEmailAuth()
  • Method Details

    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getContextPath

      public String getContextPath()
    • isOtpSentToUser

      public boolean isOtpSentToUser()
    • getUserEmailAddress

      public String getUserEmailAddress()
    • getUserId

      public String getUserId()
    • isUserAuthenticatedFromTfa

      public boolean isUserAuthenticatedFromTfa()
    • getShowWrongCredentialWarning

      public boolean getShowWrongCredentialWarning()
    • isOtpOverEmailConfigured

      public boolean isOtpOverEmailConfigured()
    • sendMail

      public void sendMail()
    • doResendOtp

      public void doResendOtp(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws javax.servlet.ServletException, IOException
      Throws:
      javax.servlet.ServletException
      IOException
    • doSaveOrValidateOtpOverEmailConfig

      public void doSaveOrValidateOtpOverEmailConfig(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws Exception
      Throws:
      Exception