public interface AttemptRule
You need to register those using
AttemptsManager.registerAttempRule(AttemptRule).
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName()
The action to protect.
|
Duration |
getDuration()
The duration in which a maximum number
of attempts is allowed.
|
int |
getNbrMaxAttemptsPerDuration()
The number of allowed attempts in a given
duration.
|
Copyright © 2019. All rights reserved.