Class SignUpAction

    • Constructor Detail

      • SignUpAction

        public SignUpAction()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface MessageHolderAware
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • checkSignupAllowed

        public void checkSignupAllowed()
      • execute

        @XsrfProtectionExcluded
        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • validateExecute

        public void validateExecute()
      • validateUserDoesNotExist

        public void validateUserDoesNotExist()
      • 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.
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getConfirm

        public String getConfirm()
      • setConfirm

        public void setConfirm​(String confirm)
      • getEmail

        public String getEmail()
      • setEmail

        public void setEmail​(String email)
      • getFullName

        public String getFullName()
      • setFullName

        public void setFullName​(String fullName)
      • getLinkLoginURL

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

        public void setUserFormValidator​(UserFormValidator userFormValidator)
      • setSignupValidator

        public void setSignupValidator​(SignupValidator signupValidator)