Record Class TokenVerificationResult.NotMatched
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.token.TokenVerificationResult.NotMatched
- All Implemented Interfaces:
TokenVerificationResult
- Enclosing interface:
TokenVerificationResult
public static record TokenVerificationResult.NotMatched()
extends Record
implements TokenVerificationResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface TokenVerificationResult
TokenVerificationResult.NotMatched, TokenVerificationResult.SelectorMismatch, TokenVerificationResult.VerifiedModifier and TypeInterfaceDescriptionstatic final recordstatic final recordThe supplied token's selector does not match the stored digest's selector.static 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.
-