public.javadoc.org.spincast.plugins.attemptslimiter.AttemptCriteria.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
AttemptCriteria (org.spincast:spincast-framework 1.13.0 API)
org.spincast.plugins.attemptslimiter
Class AttemptCriteria
- java.lang.Object
-
- org.spincast.plugins.attemptslimiter.AttemptCriteria
-
public class AttemptCriteria
extends Object
A criteria for which a maximum of attempts at
an action may have been reached.
For example: "ip=123.1.2.3
" or
"userId=Stromgol123
"
-
-
Constructor Summary
Constructors
Constructor and Description
AttemptCriteria(String criteriaName,
String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getName()
String
getValue()
static AttemptCriteria
of(String criteriaName,
String value)
String
toString()
-
Copyright © 2019. All rights reserved.