Class CaptchEtat
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.captcha.AbstractCaptcha
org.ametys.plugins.captchetat.captcha.CaptchEtat
org.ametys.plugins.captchetat.captcha.v1.CaptchEtat
- All Implemented Interfaces:
Captcha
,LogEnabled
,PluginAware
,Configurable
,Serviceable
Deprecated.
Captcha implementation with images
-
Field Summary
Fields inherited from class org.ametys.plugins.captchetat.captcha.CaptchEtat
_captchEtatHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Deprecated.Get the Captcha type labelDeprecated.Get the minimal url patterns used by the captcha implementation.void
service
(ServiceManager manager) Deprecated.Methods inherited from class org.ametys.plugins.captchetat.captcha.CaptchEtat
checkAndInvalidateCaptcha, getLoginFailedBecauseCaptchaFailedLabel, getLoginFailedBecauseTooManyAttemptLabel
Methods inherited from class org.ametys.core.captcha.AbstractCaptcha
configure, getConfigParameters, getId, getLoginSCSSURL, getXSLHelperURL, setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.core.captcha.Captcha
requireUserInteraction
-
Constructor Details
-
CaptchEtat
public CaptchEtat()Deprecated.
-
-
Method Details
-
service
Deprecated.- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classCaptchEtat
- Throws:
ServiceException
-
getLabel
Deprecated.Description copied from interface:Captcha
Get the Captcha type label- Specified by:
getLabel
in interfaceCaptcha
- Overrides:
getLabel
in classCaptchEtat
- Returns:
- the label
-
getUsedUrlPatterns
Deprecated.Description copied from interface:Captcha
Get the minimal url patterns used by the captcha implementation. This is necessary to grant those url even when the user is not authentified (in particular to set a catpcha on the login page). Do no put a too wide range (such as ^.*$) since it may introduce security issues.- Specified by:
getUsedUrlPatterns
in interfaceCaptcha
- Overrides:
getUsedUrlPatterns
in classCaptchEtat
- Returns:
- The minimal url patterns used by the captcha implementation.
-