public interface GuideCaptchaValidator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaptchaValidatorName()
Returns the name of the captcha validator.
|
GuideCaptchaValidationResult |
validateCaptcha(JSONObject captchaData)
This method should define the actual validation logic of the captcha
|
GuideCaptchaValidationResult validateCaptcha(JSONObject captchaData)
captchaData
- contains the json data coming from the form as
{ data : }GuideCaptchaValidationResult
validation result of the captchajava.lang.String getCaptchaValidatorName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved