ApplicationScopedEndpoint |
|
ApplicationScopedInjectionTest |
Tests of injection of JsonWebToken claims using ClaimValue interface
wrappers.
|
AudArrayValidationTest |
Validate the handling of the JWT aud claim.
|
AudienceValidationEndpoint |
The common endpoint used by the various config tests
|
AudValidationBadAudTest |
Validate the handling of the JWT aud claim.
|
AudValidationMissingAudTest |
Validate the handling of the JWT aud claim.
|
AudValidationTest |
Validate the handling of the JWT aud claim.
|
ClaimValueInjectionEndpoint |
|
ClaimValueInjectionTest |
Tests of injection of JsonWebToken claims using ClaimValue interface
wrappers.
|
CookieTokenTest |
|
EmptyTokenEndpoint |
|
EmptyTokenTest |
|
InvalidTokenTest |
These set of tests validate the validation expectations for JWTs
|
JsonValueInjectionTest |
Tests of injection of JsonWebToken claims using JsonValue subtypes.
|
JsonValuejectionEndpoint |
|
PrimitiveInjectionEndpoint |
|
PrimitiveInjectionTest |
Tests that claims can be injected as primitive types into @RequestScoped beans
|
PrincipalInjectionEndpoint |
Validate that the injection of a Principal works when using the MP-JWT feature.
|
PrincipalInjectionTest |
Tests that the Principal can be used as an injection type for the authenticated user
|
ProviderInjectionEndpoint |
|
ProviderInjectionTest |
Tests of injection JsonWebToken claims using the Instance interface.
|
RequiredClaimsEndpoint |
|
RequiredClaimsTest |
Test to ensure that a MP-JWT containing only the minimum set of claims required by the specification can deploy and
be used safely without a validation error
|
RolesAllowedTest |
Tests of the MP-JWT auth method authorization behavior as expected by the MP-JWT RBAC 1.0 spec
|
RolesEndpoint |
|
RsaKeySignatureTest |
|
TCKApplication |
A JAX-RS application marked as requiring MP-JWT authentication
|
TokenAgeTest |
These set of tests validate the validation expectations for JWTs when mp.jwt.verify.token.age is set.
|
UnsecuredPingEndpoint |
|
UnsecuredPingTest |
A basic test of an unsecured JAX-RS endpoint to validate the test harness without including JWT authentication.
|
UnsecureTCKApplication |
This has no @LoginConfig and should not be deployment with MP-JWT authentication.
|