Uses of Interface
com.svenruppert.jsentinel.credential.abuse.AbuseDecision
Packages that use AbuseDecision
-
Uses of AbuseDecision in com.svenruppert.jsentinel.credential.abuse
Classes in com.svenruppert.jsentinel.credential.abuse that implement AbuseDecisionModifier and TypeClassDescriptionstatic 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.Methods in com.svenruppert.jsentinel.credential.abuse that return AbuseDecisionModifier and TypeMethodDescriptionAbuseDetectionService.evaluate(AbuseAttemptContext context) Decides what reaction the caller should apply before running the credential operation.InMemoryAbuseDetectionService.evaluate(AbuseAttemptContext context)