All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionRepository.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastFormsDoubleSubmitProtectionRepository (org.spincast:spincast-framework 1.0.0 API)












org.spincast.plugins.formsprotection.doublesubmit

Interface SpincastFormsDoubleSubmitProtectionRepository



  • public interface SpincastFormsDoubleSubmitProtectionRepository
    • Method Detail

      • saveSubmittedFormProtectionId

        void saveSubmittedFormProtectionId(Instant date,
                                           String protectedId)
        Saves the protectedId associated with a submitted form.
      • isFormAlreadySubmitted

        boolean isFormAlreadySubmitted(String protectedId)
        Is the specified protectedId one of an already submitted form?
      • deleteOldFormsProtectionIds

        void deleteOldFormsProtectionIds(int maxAgeMinutes)
        Deletes the saved protection ids that are older than the specified number of minuets.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy