| Package | Description |
|---|---|
| org.jose4j.jwt | |
| org.jose4j.jwt.consumer |
| Modifier and Type | Method and Description |
|---|---|
static JwtClaims |
JwtClaims.parse(String jsonClaims,
JwtContext jwtContext) |
| Modifier and Type | Method and Description |
|---|---|
JwtContext |
InvalidJwtException.getJwtContext()
Returns a
JwtContext object including the JwtClaims
representing the JWT processed
up to the point of this InvalidJwtException being thrown. |
JwtContext |
JwtConsumer.process(String jwt) |
| Modifier and Type | Method and Description |
|---|---|
void |
JwtConsumer.processContext(JwtContext jwtContext) |
ErrorCodeValidator.Error |
TypeValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
IssValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
JtiValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
AudValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
NumericDateValidator.validate(JwtContext jwtContext) |
String |
Validator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
ErrorCodeValidator.validate(JwtContext jwtContext)
Validate some aspect of the JWT.
|
ErrorCodeValidator.Error |
ErrorCodeValidatorAdapter.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
SubValidator.validate(JwtContext jwtContext) |
| Constructor and Description |
|---|
InvalidJwtException(String message,
ErrorCodeValidator.Error detail,
Throwable cause,
JwtContext jwtContext) |
InvalidJwtException(String message,
List<ErrorCodeValidator.Error> details,
JwtContext jwtContext) |
InvalidJwtSignatureException(JsonWebSignature jws,
JwtContext jwtContext) |
Copyright © 2022. All rights reserved.