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

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

Uses of ReCaptchaResult in org.weborganic.bastille.recaptcha
 

Methods in org.weborganic.bastille.recaptcha that return ReCaptchaResult
static ReCaptchaResult ReCaptchaResult.parse(String response)
          Parses the response from the reCaptcha server.
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.