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
validateReponseForId
boolean validateReponseForId(String id,
Object captchaResponse)
- DOCUMENT ME!
- Parameters:
id
- the id tokencaptchaResponse
- the user response
- Returns:
- true if the response is validated by the back end captcha service.
Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.