Uses of Class
org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Packages that use CaptchaStageConfig
Package
Description
This package contains captcha stage implementation.
-
Uses of CaptchaStageConfig in org.forgerock.selfservice.stages.captcha
Methods in org.forgerock.selfservice.stages.captcha that return CaptchaStageConfigModifier and TypeMethodDescriptionCaptchaStageConfig.setRecaptchaSecretKey(String recaptchaSecretKey) Sets the secret key for re-captcha.CaptchaStageConfig.setRecaptchaSiteKey(String recaptchaSiteKey) Sets the site key for re-captcha.CaptchaStageConfig.setRecaptchaUri(String recaptchaUri) Sets the uri for verifying recaptcha.Methods in org.forgerock.selfservice.stages.captcha with parameters of type CaptchaStageConfigModifier and TypeMethodDescriptionCaptchaStage.advance(ProcessContext context, CaptchaStageConfig config) CaptchaStage.gatherInitialRequirements(ProcessContext context, CaptchaStageConfig config)