| Package | Description |
|---|---|
| com.atlassian.asap.core.exception | |
| com.atlassian.asap.core.parser | |
| com.atlassian.asap.nimbus.parser |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
VerifiableJwt |
JwtParser.parse(String serializedJwt)
Parses the encoded JWT message from
String, and returns a verifiable JWT object without
verifying its signature or validating its claims. |
| Modifier and Type | Method and Description |
|---|---|
VerifiableJwt |
NimbusJwtParser.parse(String serializedJwt) |
Copyright © 2016 Atlassian. All rights reserved.