| Class | Description |
|---|---|
| ClaimAttributes |
An implementation of Elytron attributes interface that builds on the jose4j JwtClaims.
|
| ElytronJwtCallerPrincipal |
An implementation of JWTCallerPrincipal that builds on the Elytron attributes
|
| JWTAccount |
Representation of the caller account using the JWTCallerPrincipal as an Undertow Account object.
|
| JWTAuthMechanism |
An AuthenticationMechanism that validates a caller based on a MicroProfile JWT bearer token
|
| JWTAuthMechanismFactory |
An AuthenticationMechanismFactory for the MicroProfile JWT RBAC
|
| JWTAuthMethodExtension |
An extension that adds support for the MP-JWT custom authentication mechanism
Additionally, registers an Undertow handler that cleans up MP JWT principal
|
| JWTCredential |
This is an implementation of the undertow Credential that wraps the bearer token and configured JWTAuthContextInfo
needed for validation of the token.
|
| JwtIdentityManager | |
| MpJwtPrincipalHandler |
A handler that creates a PrincipalProducer bean to make the JsonWebToken associated with the
request available for injection
|
| MpJwtValidator |
Validates a bearer token according to the MP-JWT rules
|
| PublicKeyProxy | |
| PublicKeySubstitution |
Copyright © 2019 JBoss by Red Hat. All rights reserved.