Uses of Enum Class
com.svenruppert.jsentinel.credential.abuse.AbuseDimension
Packages that use AbuseDimension
-
Uses of AbuseDimension in com.svenruppert.jsentinel.credential.abuse
Subclasses with type arguments of type AbuseDimension in com.svenruppert.jsentinel.credential.abuseMethods in com.svenruppert.jsentinel.credential.abuse that return AbuseDimensionModifier and TypeMethodDescriptionAbuseDecision.Block.dimension()Returns the value of thedimensionrecord component.AbuseDecision.Delay.dimension()Returns the value of thedimensionrecord component.AbuseDecision.RequireAdditionalCheck.dimension()Returns the value of thedimensionrecord component.static AbuseDimensionReturns the enum constant of this class with the specified name.static AbuseDimension[]AbuseDimension.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 AbuseDimensionModifier and TypeMethodDescriptionAbuseLimitsPolicy.limit(AbuseAttemptType attemptType, AbuseDimension dimension) AbuseLimitsPolicy.Builder.with(AbuseAttemptType attemptType, AbuseDimension dimension, AbuseLimitsPolicy.Limit limit) Constructors in com.svenruppert.jsentinel.credential.abuse with parameters of type AbuseDimensionModifierConstructorDescriptionBlock(Duration retryAfter, AbuseDimension dimension) Creates an instance of aBlockrecord class.Delay(Duration delay, AbuseDimension dimension) Creates an instance of aDelayrecord class.RequireAdditionalCheck(AbuseDimension dimension) Creates an instance of aRequireAdditionalCheckrecord class.