public interface SpincastFormsDoubleSubmitProtectionRepository
| Modifier and Type | Method and Description |
|---|---|
void |
deleteOldFormsProtectionIds(int maxAgeMinutes)
Deletes the saved protection ids that are older than the specified
number of minuets.
|
boolean |
isFormAlreadySubmitted(String protectionId)
Is the specified protectionId one of an already submitted
form?
|
void |
saveSubmittedFormProtectionId(Instant creationDate,
String protectionId)
Saves the protectionId associated with a submitted form.
|
void saveSubmittedFormProtectionId(Instant creationDate, String protectionId)
boolean isFormAlreadySubmitted(String protectionId)
void deleteOldFormsProtectionIds(int maxAgeMinutes)
Copyright © 2019. All rights reserved.