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