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