Package | Description |
---|---|
io.jsonwebtoken | |
io.jsonwebtoken.io | |
io.jsonwebtoken.security |
Modifier and Type | Class and Description |
---|---|
class |
ClaimJwtException
ClaimJwtException is a subclass of the
JwtException that is thrown after a validation of an JTW claim failed. |
class |
CompressionException
Exception indicating that either compressing or decompressing an JWT body failed.
|
class |
ExpiredJwtException
Exception indicating that a JWT was accepted after it expired and must be rejected.
|
class |
IncorrectClaimException
Exception thrown when discovering that a required claim does not equal the required value, indicating the JWT is
invalid and may not be used.
|
class |
InvalidClaimException
Exception indicating a parsed claim is invalid in some way.
|
class |
MalformedJwtException
Exception indicating that a JWT was not correctly constructed and should be rejected.
|
class |
MissingClaimException
Exception thrown when discovering that a required claim is not present, indicating the JWT is
invalid and may not be used.
|
class |
PrematureJwtException
Exception indicating that a JWT was accepted before it is allowed to be accessed and must be rejected.
|
class |
RequiredTypeException
Exception thrown when
Claims.get(String, Class) is called and the value does not match the type of the
Class argument. |
class |
SignatureException
Deprecated.
in favor of
SecurityException ; this class will be removed before 1.0 |
class |
UnsupportedJwtException
Exception thrown when receiving a JWT in a particular format/configuration that does not match the format expected
by the application.
|
Modifier and Type | Class and Description |
---|---|
class |
CodecException |
class |
DecodingException |
class |
DeserializationException |
class |
EncodingException |
class |
IOException |
class |
SerialException |
class |
SerializationException |
Modifier and Type | Class and Description |
---|---|
class |
InvalidKeyException |
class |
KeyException |
class |
SecurityException |
class |
WeakKeyException |
Copyright © 2018. All rights reserved.