Class ConfigureCaptchaAction

    • Constructor Detail

      • ConfigureCaptchaAction

        public ConfigureCaptchaAction()
    • 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
      • 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
      • getExcludeOptions

        public List getExcludeOptions()
      • setCaptchaEnabled

        public void setCaptchaEnabled​(Boolean captchaEnabled)
      • getCaptchaEnabled

        public Boolean getCaptchaEnabled()
      • getSelectedGroups

        public String getSelectedGroups()
      • setSelectedGroups

        public void setSelectedGroups​(String selectedGroups)
      • getCaptchaGroups

        public Collection getCaptchaGroups()
      • getSelectedGroupsList

        public Collection getSelectedGroupsList()
      • setGroup

        public void setGroup​(String group)
      • getGroup

        public String getGroup()
      • setCaptchaManager

        public void setCaptchaManager​(CaptchaManager captchaManager)
      • getInvalidGroups

        public Collection getInvalidGroups()
      • setInvalidGroups

        public void setInvalidGroups​(Collection invalidGroups)
      • getExclude

        public String getExclude()
      • setExclude

        public void setExclude​(String exclude)