Class AudienceValidationEndpoint
- java.lang.Object
-
- org.eclipse.microprofile.jwt.tck.container.jaxrs.AudienceValidationEndpoint
-
@RequestScoped @Path("/endp") public class AudienceValidationEndpoint extends Object
The common endpoint used by the various config tests
-
-
Constructor Summary
Constructors Constructor Description AudienceValidationEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.json.JsonObject
verifyAudIsOk()
Check a token with an aud claim matches one of the mp.jwt.verify.audiences values
-