Class RegistrationRecaptcha
java.lang.Object
org.keycloak.authentication.forms.AbstractRegistrationRecaptcha
org.keycloak.authentication.forms.RegistrationRecaptcha
- All Implemented Interfaces:
ConfigurableAuthenticatorFactory
,FormAction
,FormActionFactory
,ConfiguredProvider
,Provider
,ProviderFactory<FormAction>
-
Field Summary
Fields inherited from class org.keycloak.authentication.forms.AbstractRegistrationRecaptcha
ACTION, G_RECAPTCHA_RESPONSE, INVISIBLE, RECAPTCHA_REFERENCE_CATEGORY, SITE_KEY, USE_RECAPTCHA_NET
Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
REQUIREMENT_CHOICES
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.authentication.forms.AbstractRegistrationRecaptcha
buildPage, close, configuredFor, create, getRecaptchaDomain, getReferenceCategory, init, isConfigurable, isUserSetupAllowed, postInit, requiresUser, setRequiredActions, success, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
SECRET_KEY
- See Also:
-
-
Constructor Details
-
RegistrationRecaptcha
public RegistrationRecaptcha()
-
-
Method Details
-
getDisplayType
Description copied from interface:ConfigurableAuthenticatorFactory
Friendly name for the authenticator- Returns:
-
getHelpText
-
getRequirementChoices
Description copied from interface:ConfigurableAuthenticatorFactory
What requirement settings are allowed.- Specified by:
getRequirementChoices
in interfaceConfigurableAuthenticatorFactory
- Overrides:
getRequirementChoices
in classAbstractRegistrationRecaptcha
- Returns:
-
validateConfig
- Specified by:
validateConfig
in classAbstractRegistrationRecaptcha
-
validate
- Specified by:
validate
in classAbstractRegistrationRecaptcha
-
getScriptUrl
- Specified by:
getScriptUrl
in classAbstractRegistrationRecaptcha
-
getId
-
getConfigProperties
- Specified by:
getConfigProperties
in interfaceConfiguredProvider
- Overrides:
getConfigProperties
in classAbstractRegistrationRecaptcha
-