Class ConfirmEmailAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
Evented<UserSignupEvent>, 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 ConfirmEmailAction extends ConfluenceActionSupport implements Evented<UserSignupEvent>
See Also:
  • Constructor Details

    • ConfirmEmailAction

      public ConfirmEmailAction()
  • Method Details

    • getLinkLoginURL

      public String getLinkLoginURL()
    • 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
    • getLinkLoginURL

      public String getLinkLoginURL(javax.servlet.http.HttpServletRequest request)
    • setToken

      public void setToken(String token)
    • setUsername

      public void setUsername(String username)
    • setSignupManager

      public void setSignupManager(SignupManager signupManager)
    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
    • setCrowdService

      public void setCrowdService(com.atlassian.crowd.embedded.api.CrowdService crowdService)
    • getEventToPublish

      public UserSignupEvent getEventToPublish(String result)
      Description copied from interface: Evented
      Gets the event to publish.
      Specified by:
      getEventToPublish in interface Evented<UserSignupEvent>
      Parameters:
      result - the result of the action executing.
      Returns:
      the event. Can be null, in which case no event will be published.