Uses of Record Class
com.svenruppert.jsentinel.credential.abuse.AbuseAttemptContext
Packages that use AbuseAttemptContext
-
Uses of AbuseAttemptContext in com.svenruppert.jsentinel.credential.abuse
Methods in com.svenruppert.jsentinel.credential.abuse with parameters of type AbuseAttemptContextModifier and TypeMethodDescriptionAbuseDetectionService.evaluate(AbuseAttemptContext context) Decides what reaction the caller should apply before running the credential operation.InMemoryAbuseDetectionService.evaluate(AbuseAttemptContext context) AbusePatternMonitor.observe(AbuseAttemptContext context, AttemptOutcome outcome) Feed one attempt + outcome into the monitor.voidAbuseDetectionService.recordOutcome(AbuseAttemptContext context, AttemptOutcome outcome) Records the outcome of the operation so the counters can update.voidInMemoryAbuseDetectionService.recordOutcome(AbuseAttemptContext context, AttemptOutcome outcome)