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