Uses of Class
com.auth0.jwt.exceptions.JWTDecodeException
Packages that use JWTDecodeException
-
Uses of JWTDecodeException in com.auth0.jwt
Methods in com.auth0.jwt that throw JWTDecodeExceptionModifier and TypeMethodDescriptionstatic DecodedJWT
Decode a given Json Web Token.Decode a given Json Web Token.(package private) static String[]
TokenUtils.splitToken
(String token) Splits the given token on the "." chars into a String array with 3 parts.Constructors in com.auth0.jwt that throw JWTDecodeExceptionModifierConstructorDescription(package private)
JWTDecoder
(JWTParser converter, String jwt) (package private)
JWTDecoder
(String jwt) -
Uses of JWTDecodeException in com.auth0.jwt.impl
Methods in com.auth0.jwt.impl that return JWTDecodeExceptionModifier and TypeMethodDescriptionprivate static JWTDecodeException
JWTParser.decodeException()
private static JWTDecodeException
JWTParser.decodeException
(String json) Methods in com.auth0.jwt.impl that throw JWTDecodeExceptionModifier and TypeMethodDescription<T> T
<T> T
<T> T[]
<T> T[]
<T> List
<T> <T> List
<T> JsonNodeClaim.asMap()
NullClaim.asMap()
PayloadDeserializer.getStringOrArray
(Map<String, com.fasterxml.jackson.databind.JsonNode> tree, String claimName) JWTParser.parseHeader
(String json) JWTParser.parsePayload
(String json) -
Uses of JWTDecodeException in com.auth0.jwt.interfaces
Methods in com.auth0.jwt.interfaces that throw JWTDecodeExceptionModifier and TypeMethodDescription<T> T
Get this Claim as a custom type T.<T> T[]
Get this Claim as an Array of type T.<T> List
<T> Get this Claim as a List of type T.Claim.asMap()
Get this Claim as a generic Map of values.JWTPartsParser.parseHeader
(String json) Parses the given JSON into a Header instance.JWTPartsParser.parsePayload
(String json) Parses the given JSON into a Payload instance.