Class ConfigureCaptchaAction

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

    • captchaManager

      protected CaptchaManager captchaManager
    • captchaEnabled

      protected Boolean captchaEnabled
    • exclude

      protected String exclude
    • captchaGroups

      protected Collection captchaGroups
    • invalidGroups

      protected Collection invalidGroups
    • selectedGroups

      protected String selectedGroups
    • group

      protected String group
  • Constructor Details

    • ConfigureCaptchaAction

      public ConfigureCaptchaAction()
  • Method Details

    • isPermitted

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

      public void validate()
      Specified by:
      validate in interface MessageHolderAware
      Specified by:
      validate in interface org.apache.struts2.Validateable
      Overrides:
      validate in class org.apache.struts2.ActionSupport
    • 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
    • doDefault

      public String doDefault() throws Exception
      Description copied from class: ConfluenceActionSupport
      Convenient Action execution method which defaults to returning INPUT
      Overrides:
      doDefault in class ConfluenceActionSupport
      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()
    • getCaptchaManager

      public CaptchaManager getCaptchaManager()
    • 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)