Class CaptchEtatHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.captchetat.captcha.CaptchEtatHelper
org.ametys.plugins.captchetat.captcha.v1.CaptchEtatHelper
- All Implemented Interfaces:
LogEnabled
,Initializable
,Component
,Serviceable
Deprecated.
Captcha implementation with images
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.plugins.captchetat.captcha.CaptchEtatHelper
CaptchEtatHelper.Endpoint
-
Field Summary
Fields inherited from class org.ametys.plugins.captchetat.captcha.CaptchEtatHelper
_endpoint, CAPCHETAT_TOKEN_CACHE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
Deprecated.Get the name of the parameter for identifier when contacting the APIDeprecated.get TokenMethods inherited from class org.ametys.plugins.captchetat.captcha.CaptchEtatHelper
checkAndInvalidateCaptcha, getToken, initialize, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Deprecated.Role
-
-
Constructor Details
-
CaptchEtatHelper
public CaptchEtatHelper()Deprecated.
-
-
Method Details
-
getEndpoint
Deprecated.Description copied from class:CaptchEtatHelper
get Token- Overrides:
getEndpoint
in classCaptchEtatHelper
- Returns:
- token
-
_getIdentifierParameterName
Deprecated.Description copied from class:CaptchEtatHelper
Get the name of the parameter for identifier when contacting the API- Overrides:
_getIdentifierParameterName
in classCaptchEtatHelper
- Returns:
- the parameter name
-