org.acegisecurity.captcha
Interface CaptchaServiceProxy


public interface CaptchaServiceProxy

Provide a common interface for captcha validation.

Version:
$Id: CaptchaServiceProxy.java,v 1.5 2005/11/17 00:55:49 benalex Exp $
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-2005 Acegi Technology Pty Limited. All Rights Reserved.