JadeRequiredSingleValueClaimAnnotation Class

The JadeRequiredSingleValueClaimAnnotation class represents an annotation on a JadeRestService REST API method, requiring a claim to be present in a JSON Web Token and the claim to fulfill the validateToken method so that a client can access the associated REST method.

The validation of the token is done by comparing the claim in the JSON Web Token to the value contained in the expectedValue property.

For details about the properties and methods defined in the JadeRequiredSingleValueClaimAnnotation class, see "JadeRequiredSingleValueClaimAnnotation Properties" and "JadeRequiredSingleValueClaimAnnotation Methods", in the following subsections.

JadeRequiredClaimAnnotation

(None)

2020.0.01 and higher