Class RegistrationRecaptchaEnterprise
java.lang.Object
org.keycloak.authentication.forms.AbstractRegistrationRecaptcha
org.keycloak.authentication.forms.RegistrationRecaptchaEnterprise
- All Implemented Interfaces:
ConfigurableAuthenticatorFactory
,FormAction
,FormActionFactory
,ConfiguredProvider
,Provider
,ProviderFactory<FormAction>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
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, getRequirementChoices, 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:
-
PROJECT_ID
- See Also:
-
API_KEY
- See Also:
-
SCORE_THRESHOLD
- See Also:
-
-
Constructor Details
-
RegistrationRecaptchaEnterprise
public RegistrationRecaptchaEnterprise()
-
-
Method Details
-
getDisplayType
Description copied from interface:ConfigurableAuthenticatorFactory
Friendly name for the authenticator- Returns:
-
getHelpText
-
getId
-
validateConfig
- Specified by:
validateConfig
in classAbstractRegistrationRecaptcha
-
getScriptUrl
- Specified by:
getScriptUrl
in classAbstractRegistrationRecaptcha
-
validate
- Specified by:
validate
in classAbstractRegistrationRecaptcha
-
getConfigProperties
- Specified by:
getConfigProperties
in interfaceConfiguredProvider
- Overrides:
getConfigProperties
in classAbstractRegistrationRecaptcha
-