Uses of Class
org.weborganic.bastille.recaptcha.ReCaptchaException

Packages that use ReCaptchaException
org.weborganic.bastille.recaptcha Contains classes and generators for using ReCaptcha. 
 

Uses of ReCaptchaException in org.weborganic.bastille.recaptcha
 

Methods in org.weborganic.bastille.recaptcha that throw ReCaptchaException
static ReCaptcha ReCaptcha.newReCaptcha()
          Creates a new ReCaptcha instance from the Bastille properties.
static ReCaptchaResult ReCaptcha.verify(ContentRequest req)
          Automatically create a ReCaptcha instance and verify the standard parameters send.
 ReCaptchaResult ReCaptcha.verify(String remoteAddr, String challenge, String response)
          Invoke the reCaptcha Verify API to check whether the challenge has been passed by the user.