Uses of Interface
org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionRepository
Package
Description
-
Uses of SpincastFormsDoubleSubmitProtectionRepository in org.spincast.plugins.formsprotection.config
Modifier and TypeMethodDescriptionprotected com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository>
SpincastFormsProtectionPluginScheduledTaskProviderDefault.getSpincastFormsDoubleSubmitProtectionRepositoryOptional()
ModifierConstructorDescriptionSpincastFormsProtectionPluginScheduledTaskProviderDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask deleteDoubleSubmitOldProtectionIdsScheduledTask, com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> spincastFormsDoubleSubmitProtectionRepositoryOptional) -
Uses of SpincastFormsDoubleSubmitProtectionRepository in org.spincast.plugins.formsprotection.doublesubmit
Modifier and TypeMethodDescriptionSpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask.getSpincastFormsDoubleSubmitProtectionRepository()
SpincastFormsDoubleSubmitProtectionFilterDefault.getSpincastFormsDoubleSubmitProtectionRepository()
ModifierConstructorDescriptionSpincastFormsDoubleSubmitProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, FlashMessageFactory flashMessageFactory, Dictionary dictionary, SpincastCryptoUtils cryptoUtils, SpincastFormsDoubleSubmitProtectionRepository spincastFormsDoubleSubmitProtectionRepository) ModifierConstructorDescriptionSpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
(SpincastFormsProtectionConfig spincastFormsDoubleSubmitProtectionConfig, com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> spincastFormsDoubleSubmitProtectionRepositoryOptional) -
Uses of SpincastFormsDoubleSubmitProtectionRepository in org.spincast.plugins.formsprotection.pebble
Modifier and TypeMethodDescriptionprotected com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository>
SpincastFormsProtectionPebbleExtensionDefault.getSpincastFormsDoubleSubmitProtectionRepositoryOptional()
ModifierConstructorDescriptionSpincastFormsProtectionPebbleExtensionDefault
(com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> SpincastFormsDoubleSubmitProtectionRepositoryOptional, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastFormsDoubleSubmitProtectionFilter spincastFormsDoubleSubmitProtectionFilter, SpincastFormsCsrfProtectionFilter spincastFormsCsrfProtectionFilter)