public final class CaptchaStageConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
CaptchaStageConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Gets the name of the stage configuration.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
String |
getRecaptchaSecretKey()
Gets the secret key for re-captcha.
|
String |
getRecaptchaSiteKey()
Gets the site key for re-captcha.
|
String |
getRecaptchaUri()
Gets the uri for verifying recaptcha.
|
int |
hashCode() |
CaptchaStageConfig |
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.
|
public static final String NAME
public String getRecaptchaUri()
public CaptchaStageConfig setRecaptchaUri(String recaptchaUri)
recaptchaUri
- the uripublic String getRecaptchaSiteKey()
public CaptchaStageConfig setRecaptchaSiteKey(String recaptchaSiteKey)
recaptchaSiteKey
- the site keypublic String getRecaptchaSecretKey()
public CaptchaStageConfig setRecaptchaSecretKey(String recaptchaSecretKey)
recaptchaSecretKey
- the secret keypublic String getName()
StageConfig
getName
in interface StageConfig
public String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2010-2020, ForgeRock All Rights Reserved.