| Package | Description |
|---|---|
| com.atlassian.jwt | |
| com.atlassian.jwt.exception | |
| com.atlassian.jwt.reader | |
| com.atlassian.jwt.writer |
| Class and Description |
|---|
| JwsUnsupportedAlgorithmException
Thrown if an incoming JWT is signed using an unsupported algorithm.
|
| JwtIssuerLacksSharedSecretException
Thrown if a JWT requires a shared secret to sign or verify (e.g.
|
| JwtParseException
Indicates that the JWT was not well-formed, e.g.
|
| JwtUnknownIssuerException
Thrown if the issuer is not known (e.g.
|
| JwtVerificationException
Indicates a JWT was well-formed, but failed to validate.
|
| Class and Description |
|---|
| JwtParseException
Indicates that the JWT was not well-formed, e.g.
|
| JwtVerificationException
Indicates a JWT was well-formed, but failed to validate.
|
| Class and Description |
|---|
| JwsUnsupportedAlgorithmException
Thrown if an incoming JWT is signed using an unsupported algorithm.
|
| JwtIssuerLacksSharedSecretException
Thrown if a JWT requires a shared secret to sign or verify (e.g.
|
| JwtParseException
Indicates that the JWT was not well-formed, e.g.
|
| JwtUnknownIssuerException
Thrown if the issuer is not known (e.g.
|
| JwtVerificationException
Indicates a JWT was well-formed, but failed to validate.
|
| Class and Description |
|---|
| JwtSigningException
Thrown if a problem was encountered while signing a JWT.
|
Copyright © 2023 Atlassian. All rights reserved.