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 protectedId)
Is the specified protectedId one of an already submitted
form?
|
void |
saveSubmittedFormProtectionId(Instant date,
String protectedId)
Saves the protectedId associated with a submitted form.
|
void saveSubmittedFormProtectionId(Instant date, String protectedId)
boolean isFormAlreadySubmitted(String protectedId)
void deleteOldFormsProtectionIds(int maxAgeMinutes)
Copyright © 2019. All rights reserved.