Uses of Enum Class
com.svenruppert.jsentinel.credential.abuse.AttemptOutcome
Packages that use AttemptOutcome
-
Uses of AttemptOutcome in com.svenruppert.jsentinel.credential.abuse
Subclasses with type arguments of type AttemptOutcome in com.svenruppert.jsentinel.credential.abuseModifier and TypeClassDescriptionenumOutcome of an attempt, fed back toAbuseDetectionService.recordOutcome(AbuseAttemptContext, AttemptOutcome)so the counters can react.Methods in com.svenruppert.jsentinel.credential.abuse that return AttemptOutcomeModifier and TypeMethodDescriptionstatic AttemptOutcomeReturns the enum constant of this class with the specified name.static AttemptOutcome[]AttemptOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.svenruppert.jsentinel.credential.abuse with parameters of type AttemptOutcomeModifier and TypeMethodDescriptionAbusePatternMonitor.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)