Record Class IdEventUserPasswordResetRateLimitExceeded
java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.telemetry.api.IdEventUserPasswordResetRateLimitExceeded
- Record Components:
remoteHost- The host exceeding the limittarget- The target username or email, depending on which was specified
- All Implemented Interfaces:
IdEventType
public record IdEventUserPasswordResetRateLimitExceeded(String remoteHost, String target)
extends Record
implements IdEventType
A password reset rate limit was exceeded.
-
Constructor Summary
ConstructorsConstructorDescriptionIdEventUserPasswordResetRateLimitExceeded(String remoteHost, String target) A password reset rate limit was exceeded. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()name()Returns the value of theremoteHostrecord component.severity()target()Returns the value of thetargetrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.io7m.idstore.server.service.telemetry.api.IdEventType
domain
-
Constructor Details
-
IdEventUserPasswordResetRateLimitExceeded
-
-
Method Details
-
severity
- Specified by:
severityin interfaceIdEventType- Returns:
- The event severity
-
name
- Specified by:
namein interfaceIdEventType- Returns:
- The event name
-
message
- Specified by:
messagein interfaceIdEventType- Returns:
- The formatted event message
-
asAttributes
- Specified by:
asAttributesin interfaceIdEventType- Returns:
- The complete event attributes
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
remoteHost
Returns the value of theremoteHostrecord component.- Returns:
- the value of the
remoteHostrecord component
-
target
-