@ConsumerType
public interface GuideCaptchaValidator
Modifier and Type | Method and Description |
---|---|
String |
getCaptchaValidatorName()
Returns the name of the captcha validator.
|
GuideCaptchaValidationResult |
validateCaptcha(String captchaPropertyNodePath,
String userResponseToken)
This method should define the actual validation logic of the captcha
|
GuideCaptchaValidationResult validateCaptcha(String captchaPropertyNodePath, String userResponseToken)
captchaPropertyNodePath
- path to the node having CAPTCHA configurations inside form containeruserResponseToken
- The user response token provided by the CAPTCHA from client-sideGuideCaptchaValidationResult
validation result of the captchaString getCaptchaValidatorName()
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.