org.acegisecurity.captcha
Interface CaptchaServiceProxy


public interface CaptchaServiceProxy

Provide a common interface for captcha validation.

Version:
$Id: CaptchaServiceProxy.java 1496 2006-05-23 13:38:33Z benalex $
Author:
marc antoine Garrigue

Method Summary
 boolean validateReponseForId(String id, Object captchaResponse)
          DOCUMENT ME!
 

Method Detail

validateReponseForId

boolean validateReponseForId(String id,
                             Object captchaResponse)
DOCUMENT ME!

Parameters:
id - the id token
captchaResponse - the user response
Returns:
true if the response is validated by the back end captcha service.


Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.