AltApplication |
A JAX-RS application marked as requiring MP-JWT authentication with /alt root path
|
ECPublicKeyAsJWKLocationTest |
Validate that config property values of type resource path to JWK works to validate the JWT which is signed with
privateKey4k.pem
|
ECPublicKeyAsPEMLocationTest |
Validate that mp.jwt.verify.publickey.location property values of type resource path to a PEM work to validate the
JWT which is signed with ecPrivateKey.pem
|
ECPublicKeyAsPEMTest |
Validate that the bundled mp.jwt.verify.publickey config property as a literal PEM is used to validate the JWT which
is signed with ecPrivateKey.pem
|
IssValidationFailTest |
Validate the handling of the JWT iss claim.
|
IssValidationTest |
Validate the handling of the JWT iss claim.
|
JwksApplication |
A JAX-RS application marked as requiring MP-JWT authentication with /jwks root path
|
PEMApplication |
A JAX-RS application marked as requiring MP-JWT authentication with /pem root path
|
PublicKeyAsBase64JWKTest |
Validate that the bundled mp.jwt.verify.publickey config property as a base64 encoded literal JWK is used to validate
the JWT which is signed with privateKey4k.pem
|
PublicKeyAsFileLocationURLTest |
Validate that config property values of type file URL to PEM works to validate the JWT which is signed with
privateKey4k.pem
|
PublicKeyAsJWKLocationTest |
Validate that config property values of type resource path to JWK works to validate the JWT which is signed with
privateKey4k.pem
|
PublicKeyAsJWKLocationURLTest |
Validate that config property values of type resource path to JWKS work to validate the JWT which is signed with
privateKey4k.pem
|
PublicKeyAsJWKSLocationTest |
Validate that config property values of type resource path to JWKS works to validate the JWT which is signed with
privateKey4k.pem
|
PublicKeyAsJWKSTest |
Validate that the bundled mp.jwt.verify.publickey config property as a literal JWKS is used to validate the JWT which
is signed with privateKey4k.pem
|
PublicKeyAsJWKTest |
Validate that the bundled mp.jwt.verify.publickey config property as a literal JWK is used to validate the JWT which
is signed with privateKey4k.pem
|
PublicKeyAsPEMEndpoint |
|
PublicKeyAsPEMLocationTest |
Validate that mp.jwt.verify.publickey.location property values of type resource path to a PEM work to validate the
JWT which is signed with privateKey4k.pem
|
PublicKeyAsPEMLocationURLTest |
Validate that mp.jwt.verify.publickey.location property values of type remote URL to a PEM work to validate the JWT
which is signed with privateKey4k.pem
|
PublicKeyAsPEMTest |
Validate that the bundled mp.jwt.verify.publickey config property as a literal PEM is used to validate the JWT which
is signed with privateKey4k.pem
|
PublicKeyEndpoint |
The common endpoint used by the various config tests
|
SimpleTokenUtils |
Scaled down version of tck TokenUtils that has no JWT library dependencies so that it can be embedded in the tck wars
without needing a JWT library on the server side.
|
TokenAsCookieIgnoredTest |
|
TokenAsCookieTest |
|