Record Class CredentialMetricEvent.KdfLimiterRejection
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.metrics.CredentialMetricEvent.KdfLimiterRejection
- All Implemented Interfaces:
CredentialMetricEvent
- Enclosing interface:
CredentialMetricEvent
public static record CredentialMetricEvent.KdfLimiterRejection()
extends Record
implements CredentialMetricEvent
The KDF execution limiter shed an inbound verification.
-
Nested Class Summary
Nested classes/interfaces inherited from interface CredentialMetricEvent
CredentialMetricEvent.AbuseSignal, CredentialMetricEvent.HashDuration, CredentialMetricEvent.KdfLimiterRejection, CredentialMetricEvent.LifecycleTransition, CredentialMetricEvent.RehashRequested, CredentialMetricEvent.VerifyDurationModifier and TypeInterfaceDescriptionstatic final recordAbuse pattern detector fired.static final recordOnePasswordHashingService.hashcall completed.static final recordThe KDF execution limiter shed an inbound verification.static final recordA credential moved between lifecycle states.static final recordA successful verification triggered a transparent rehash.static final recordOnePasswordHashingService.verifycall completed. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aKdfLimiterRejectionrecord class. -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
KdfLimiterRejection
public KdfLimiterRejection()Creates an instance of aKdfLimiterRejectionrecord 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.
-