| Package | Description |
|---|---|
| io.smallrye.jwt.auth.principal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJWTCallerPrincipal
A default implementation of JWTCallerPrincipal that wraps the jose4j JwtClaims.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JWTCallerPrincipal |
JWTCallerPrincipalFactory.parse(String token,
JWTAuthContextInfo authContextInfo)
Parse the given bearer token string into a JWTCallerPrincipal instance.
|
JWTCallerPrincipal |
DefaultJWTCallerPrincipalFactory.parse(String token,
JWTAuthContextInfo authContextInfo) |
Copyright © 2018–2021. All rights reserved.