| Package | Description |
|---|---|
| org.jose4j.jwt | |
| org.jose4j.jwt.consumer |
| Modifier and Type | Method and Description |
|---|---|
static JwtClaims |
JwtClaims.parse(String jsonClaims) |
static JwtClaims |
JwtClaims.parse(String jsonClaims,
JwtContext jwtContext) |
| Modifier and Type | Method and Description |
|---|---|
JwtClaims |
JwtContext.getJwtClaims()
Gets the claims from the processed JWT (when available) .
|
JwtClaims |
JwtConsumer.processToClaims(String jwt) |
| Constructor and Description |
|---|
JwtContext(JwtClaims jwtClaims,
List<JsonWebStructure> joseObjects) |
JwtContext(String jwt,
JwtClaims jwtClaims,
List<JsonWebStructure> joseObjects) |
Copyright © 2021. All rights reserved.