Record Class AbuseDecision.Allow
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.abuse.AbuseDecision.Allow
- All Implemented Interfaces:
AbuseDecision
- Enclosing interface:
AbuseDecision
The attempt may proceed unconditionally.
-
Nested Class Summary
Nested classes/interfaces inherited from interface AbuseDecision
AbuseDecision.Allow, AbuseDecision.Block, AbuseDecision.Delay, AbuseDecision.RequireAdditionalCheckModifier and TypeInterfaceDescriptionstatic final recordThe attempt may proceed unconditionally.static final recordRefuse the attempt.static final recordHonour the attempt but pause fordelayfirst — a soft brake that slows automated scanners without locking the user out.static final recordRequire step-up authentication / captcha / additional check before the attempt may proceed. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Allow
public Allow()Creates an instance of aAllowrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-