pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.util.captcha.AbstractCaptchaResponse

Packages that use AbstractCaptchaResponse
org.torweg.pulse.util.captcha contains both interface/abstract classes for CAPTCHAs as well as an implementation using ReCaptcha. 
 

Uses of AbstractCaptchaResponse in org.torweg.pulse.util.captcha
 

Subclasses of AbstractCaptchaResponse in org.torweg.pulse.util.captcha
 class ReCaptchaResponse
          A response-wrapper for the captcha-validation-request-response of the recaptcha-library.
 

Methods in org.torweg.pulse.util.captcha that return AbstractCaptchaResponse
 AbstractCaptchaResponse ReCaptchaAdapter.validate(ServiceRequest request)
          Performs the validation-request of the recaptcha for the given request.
 AbstractCaptchaResponse ICaptchaAdapter.validate(ServiceRequest request)
          Performs the validation-request of the captcha for the given request.