| Package | Description |
|---|---|
| com.atlassian.jwt | |
| com.atlassian.jwt.exception | |
| com.atlassian.jwt.reader |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
JwtService.verifyJwt(String jwt,
Map<String,? extends JwtClaimVerifier> claimVerifiers)
Verify an incoming JWT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JwsUnsupportedAlgorithmException
Thrown if an incoming JWT is signed using an unsupported algorithm.
|
class |
JwtExpiredException
Thrown if the JWT's timestamps show that it has expired.
|
class |
JwtInvalidClaimException
Thrown if an expected claim is missing or the value of a reserved claim did not match its expected format.
|
class |
JwtSignatureMismatchException
Indicates that the JWT's signature does not match its contents or the shared secret for the specified issuer.
|
class |
JwtTooEarlyException |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
JwtReader.read(String jwt,
Map<String,? extends JwtClaimVerifier> requiredClaims)
Deprecated.
|
Jwt |
JwtReader.readAndVerify(String jwt,
Map<String,? extends JwtClaimVerifier> requiredClaims)
|
Jwt |
JwtReader.readUnverified(String jwt)
|
void |
JwtClaimVerifier.verify(Object claim)
Assert that the claimed value is valid.
|
Copyright © 2023 Atlassian. All rights reserved.