Record Class TokenVerificationResult.SelectorMismatch
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.token.TokenVerificationResult.SelectorMismatch
- All Implemented Interfaces:
TokenVerificationResult
- Enclosing interface:
TokenVerificationResult
public static record TokenVerificationResult.SelectorMismatch()
extends Record
implements TokenVerificationResult
The supplied token's selector does not match the stored digest's
selector. Treated identically to
TokenVerificationResult.NotMatched at the
perimeter but kept distinct for internal audit.-
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
-
SelectorMismatch
public SelectorMismatch()Creates an instance of aSelectorMismatchrecord 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.
-