| Package | Description |
|---|---|
| org.jose4j.jwt.consumer |
| Modifier and Type | Method and Description |
|---|---|
ErrorCodeValidator.Error |
SubValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
NumericDateValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
JtiValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
IssValidator.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
ErrorCodeValidatorAdapter.validate(JwtContext jwtContext) |
ErrorCodeValidator.Error |
ErrorCodeValidator.validate(JwtContext jwtContext)
Validate some aspect of the JWT.
|
ErrorCodeValidator.Error |
AudValidator.validate(JwtContext jwtContext) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorCodeValidator.Error> |
InvalidJwtException.getErrorDetails()
Returns a list of reasons the JWT was considered invalid.
|
| Constructor and Description |
|---|
InvalidJwtException(String message,
ErrorCodeValidator.Error detail,
Throwable cause,
JwtContext jwtContext) |
| Constructor and Description |
|---|
InvalidJwtException(String message,
List<ErrorCodeValidator.Error> details,
JwtContext jwtContext) |
Copyright © 2017. All rights reserved.