Package | Description |
---|---|
org.forgerock.selfservice.stages.captcha |
This package contains captcha stage implementation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
StageResponse |
CaptchaStage.advance(ProcessContext context,
CaptchaStageConfig config) |
JsonValue |
CaptchaStage.gatherInitialRequirements(ProcessContext context,
CaptchaStageConfig config) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.