Class DropAuthenticationAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
Beanable, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class DropAuthenticationAction extends ConfluenceActionSupport implements Beanable
Used to authenticate a web sudo session.
See Also:
  • Constructor Details

    • DropAuthenticationAction

      public DropAuthenticationAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • getBean

      public Object getBean()
      Specified by:
      getBean in interface Beanable
    • setWebSudoManager

      public void setWebSudoManager(WebSudoManager webSudoManager)