| Package | Description |
|---|---|
| com.atlassian.asap.api.client.http | |
| com.atlassian.asap.core.exception | |
| com.atlassian.asap.core.parser | |
| com.atlassian.asap.core.validator |
| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizationHeaderGenerator.generateAuthorizationHeader(Jwt jwt)
Generates an HTTP Authorization header that includes a signed JWT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidClaimException
Thrown if a JWT claim does not match its expected format.
|
class |
InvalidHeaderException
Thrown if a JWT header does not match its expected format.
|
class |
JwtParseException
Indicates that the JWT was not well-formed.
|
class |
MissingRequiredClaimException
Thrown when a required claim is missing in the JWT claims payload.
|
class |
MissingRequiredHeaderException
Thrown when a required header is missing in the JWT header.
|
class |
SignatureMismatchException
Indicates that the token signature does not match its contents.
|
class |
TokenExpiredException
Thrown if the token timestamps show that it has expired.
|
class |
TokenTooEarlyException
Thrown when a token was received before the not-before date/time listed in the nbf claim.
|
class |
UnsupportedAlgorithmException
Thrown if an incoming token is signed using an unsupported algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerifiableJwt.verifySignature(PublicKey publicKey)
Verify the signature of the given Signed Jwt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JwtClaimsValidator.validate(Jwt jwt,
String resourceServerAudience)
Checks the validity of the claims contained in a JWT in a given authentication context.
|
Copyright © 2016 Atlassian. All rights reserved.