Record Class PasswordInputValidationResult.Accepted
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.input.PasswordInputValidationResult.Accepted
- All Implemented Interfaces:
PasswordInputValidationResult
- Enclosing interface:
PasswordInputValidationResult
public static record PasswordInputValidationResult.Accepted()
extends Record
implements PasswordInputValidationResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface PasswordInputValidationResult
PasswordInputValidationResult.Accepted, PasswordInputValidationResult.RejectedModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Accepted
public Accepted()Creates an instance of aAcceptedrecord 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.
-