Interface CaptchaEnabledState
- All Known Implementing Classes:
AccountRecoveryUsernameRequired,CurrentCredentialsRequired,NewPasswordRequired,PasswordResetRequired,RegistrationRequired,UsernamePasswordRequired,UsernameRecoveryEmailRequired
public interface CaptchaEnabledState
Deprecated.
A state that can have CAPTCHA enabled.
- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the CAPTCHA site key assigned to your application by Google.booleanDeprecated.Return true when the 'CAPTCHA' for authentication feature is available.voidsetCaptchaSiteKey(String captchaSiteKey) Deprecated.Set the CAPTCHA site key assigned to your application by Google.voidsetShowCaptcha(boolean showCaptcha) Deprecated.Set the 'CAPTCHA' for authentication feature availability
-
Method Details
-
getShowCaptcha
boolean getShowCaptcha()Deprecated.Return true when the 'CAPTCHA' for authentication feature is available. -
setShowCaptcha
void setShowCaptcha(boolean showCaptcha) Deprecated.Set the 'CAPTCHA' for authentication feature availability -
getCaptchaSiteKey
String getCaptchaSiteKey()Deprecated.Get the CAPTCHA site key assigned to your application by Google. This field will only be populated if the CAPTCHA provider is reCAPTCHA v2, v3, or Enterprise. -
setCaptchaSiteKey
Deprecated.Set the CAPTCHA site key assigned to your application by Google.
-
CaptchaProviderEnabledStateinstead.