JadeRequiredDelegateClaimAnnotation Class

The JadeRequiredDelegateClaimAnnotation 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 calling the method referenced by the delegateMethod property. The token parameter is a JSON Web Token that is passed to the delegate method. Your code can then call various methods of the JadeJWTValidator class to validate it according to your requirements.

For details about the property and methods defined in the JadeRequiredDelegateClaimAnnotation class, see "JadeRequiredDelegateClaimAnnotation Property" and "JadeRequiredDelegateClaimAnnotation Methods", in the following subsections.

JadeRequiredClaimAnnotation

(None)

2020.0.01 and higher