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(java.lang.String id, java.lang.Object captchaResponse)
          DOCUMENT ME!
 

Method Detail

validateReponseForId

boolean validateReponseForId(java.lang.String id,
                             java.lang.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-2012 Interface21, Inc. All Rights Reserved.