Searched refs:maxSpamRequest (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/callbacks/helpers/
H A DPollingWaitSpamChecker.java33 private int maxSpamRequest; field in class:PollingWaitSpamChecker
39 * @param maxSpamRequest the number of early request we will tolerate before we throw an exception.
41 public PollingWaitSpamChecker(long spamGracePeriod, int maxSpamRequest) { argument
43 this.maxSpamRequest = maxSpamRequest;
69 return !isWaitLongEnough() && spamStrike > maxSpamRequest;

Completed in 387 milliseconds