Class SpincastFormsProtectionPluginScheduledTaskProviderDefault
java.lang.Object
org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
- All Implemented Interfaces:
com.google.inject.Provider<Set<SpincastScheduledTask>>
,javax.inject.Provider<Set<SpincastScheduledTask>>
,SpincastFormsProtectionPluginScheduledTaskProvider
public class SpincastFormsProtectionPluginScheduledTaskProviderDefault
extends Object
implements SpincastFormsProtectionPluginScheduledTaskProvider
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSpincastFormsProtectionPluginScheduledTaskProviderDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask deleteDoubleSubmitOldProtectionIdsScheduledTask, com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> spincastFormsDoubleSubmitProtectionRepositoryOptional) -
Method Summary
Modifier and TypeMethodDescriptionget()
protected com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository>
protected SpincastFormsProtectionConfig
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Constructor Details
-
SpincastFormsProtectionPluginScheduledTaskProviderDefault
@Inject public SpincastFormsProtectionPluginScheduledTaskProviderDefault(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask deleteDoubleSubmitOldProtectionIdsScheduledTask, com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> spincastFormsDoubleSubmitProtectionRepositoryOptional)
-
-
Method Details
-
getSpincastFormsProtectionConfig
-
getDeleteDoubleSubmitOldProtectionIdsScheduledTask
protected SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask getDeleteDoubleSubmitOldProtectionIdsScheduledTask() -
getSpincastFormsDoubleSubmitProtectionRepositoryOptional
protected com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> getSpincastFormsDoubleSubmitProtectionRepositoryOptional() -
get
- Specified by:
get
in interfacecom.google.inject.Provider<Set<SpincastScheduledTask>>
- Specified by:
get
in interfacejavax.inject.Provider<Set<SpincastScheduledTask>>
-