Class MoSecurityQuestionAuth

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

@Extension public class MoSecurityQuestionAuth extends Object implements Action
  • Field Details

    • showWrongCredentialWarning

      public Map<String,Boolean> showWrongCredentialWarning
  • Constructor Details

    • MoSecurityQuestionAuth

      public MoSecurityQuestionAuth()
  • 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()
    • getUserId

      public String getUserId()
    • doInitializeRandomTwoIndex

      public void doInitializeRandomTwoIndex()
    • getFirstRandomSecurityQuestion

      public String getFirstRandomSecurityQuestion()
    • getSecondRandomSecurityQuestion

      public String getSecondRandomSecurityQuestion()
    • getShowWrongCredentialWarning

      public boolean getShowWrongCredentialWarning()
    • doSecurityQuestionAuthenticate

      public void doSecurityQuestionAuthenticate(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse staplerResponse) throws Exception
      Throws:
      Exception