Class SignupUser

    • Constructor Detail

      • SignupUser

        public SignupUser()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • 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
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getConfirmPassword

        public String getConfirmPassword()
      • setConfirmPassword

        public void setConfirmPassword​(String confirmPassword)
      • getFullName

        public String getFullName()
      • setFullName

        public void setFullName​(String fullName)
      • getEmail

        public String getEmail()
      • setEmail

        public void setEmail​(String email)
      • getJabberAddress

        public String getJabberAddress()
      • setJabberAddress

        public void setJabberAddress​(String jabberAddress)
      • getCaptcha

        public String getCaptcha()
      • setCaptcha

        public void setCaptcha​(String captcha)
      • isEnabledCaptchaOnSignup

        public boolean isEnabledCaptchaOnSignup()
      • setExtendedAuthorManager

        public void setExtendedAuthorManager​(ExtendedAuthorManager authorManager)