| Package | Description |
|---|---|
| com.atlassian.jwt | |
| com.atlassian.jwt.reader |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,JwtClaimVerifier> |
JwtConstants.ClaimVerifiers.NO_REQUIRED_CLAIMS
Tell
JwtReader.readAndVerify(java.lang.String, java.util.Map<java.lang.String, ? extends com.atlassian.jwt.reader.JwtClaimVerifier>) that no custom claims are mandatory. |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
JwtService.verifyJwt(String jwt,
Map<String,? extends JwtClaimVerifier> claimVerifiers)
Verify an incoming JWT.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends JwtClaimVerifier> |
JwtClaimVerifiersBuilder.build(CanonicalHttpRequest request)
Encapsulate the building of requirements that we place upon JWTs in incoming requests.
|
| 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)
|
Copyright © 2023 Atlassian. All rights reserved.