Class WebSudoAuthenticate

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.WebSudoAuthenticate
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class WebSudoAuthenticate extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      public void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • getCancelUrl

      public String getCancelUrl()
    • getUsername

      public String getUsername()
    • getWebSudoPassword

      public String getWebSudoPassword()
    • setWebSudoPassword

      public void setWebSudoPassword(String password)
    • getWebSudoDestination

      public String getWebSudoDestination()
    • setWebSudoDestination

      public void setWebSudoDestination(String destination)
    • getRequestParameters

      public Map<String,List<String>> getRequestParameters()
    • getWebSudoIsPost

      public boolean getWebSudoIsPost()
    • setWebSudoIsPost

      public void setWebSudoIsPost(boolean post)
    • isClose

      public boolean isClose()
    • setClose

      public void setClose(boolean close)