Class ConfirmEmailAction

    • Constructor Detail

      • ConfirmEmailAction

        public ConfirmEmailAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.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)
      • 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.