Package org.ametys.core.captcha
Class CleanJCaptchaRunnable
java.lang.Object
org.ametys.plugins.core.impl.schedule.StaticRunnable
org.ametys.plugins.core.impl.schedule.ConfigBasedEveryNMinutesRunnable
org.ametys.core.captcha.CleanJCaptchaRunnable
- All Implemented Interfaces:
Runnable
,PluginAware
,Component
,Configurable
,Serviceable
Runnable to clean JCaptcha saved into the
CaptchaHelper
every N minutes. It is only activated when JCaptcha is selected in the configuration.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.core.schedule.Runnable
Runnable.FireProcess, Runnable.MisfirePolicy
-
Field Summary
Fields inherited from class org.ametys.plugins.core.impl.schedule.StaticRunnable
_cronExpression, _deactivatable, _description, _featureName, _fireProcess, _id, _label, _misfirePolicy, _modifiable, _parameterValues, _pluginName, _removable, _schedulableEP, _schedulableId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.plugins.core.impl.schedule.ConfigBasedEveryNMinutesRunnable
_superConfigure
Methods inherited from class org.ametys.plugins.core.impl.schedule.StaticRunnable
_configureParameterValues, getCronExpression, getDescription, getFireProcess, getId, getLabel, getMisfirePolicy, getParameterValues, getSchedulableId, getUserIdentity, isDeactivatable, isModifiable, isRemovable, isVolatile, service, setPluginInfo
-
Constructor Details
-
CleanJCaptchaRunnable
public CleanJCaptchaRunnable()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceConfigurable
- Overrides:
configure
in classConfigBasedEveryNMinutesRunnable
- Throws:
ConfigurationException
-