| Modifier and Type | Method and Description |
|---|---|
Jwt |
JwtBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static JwtBuilder |
JwtBuilder.copyJwt(Jwt prototype)
Returns a builder initialised with the given Jwt prototype.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizationHeaderGenerator.generateAuthorizationHeader(Jwt jwt)
Generates an HTTP Authorization header that includes a signed JWT.
|
| Modifier and Type | Method and Description |
|---|---|
Jwt |
RequestAuthenticator.authenticateRequest(String authorizationHeader)
Authenticates a request by validating the given authorizationHeader according to the conventions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VerifiableJwt
A signed JWT that can be verified using its signature and a public key.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JwtSerializer.serialize(Jwt jwt,
PrivateKey privateKey)
Write the JWT with an appropriate signature.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NimbusVerifiableJwt |
| Constructor and Description |
|---|
NimbusVerifiableJwt(Jwt unverifiedJwt,
com.nimbusds.jose.JWSObject jwsObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
NimbusJwtSerializer.serialize(Jwt jwt,
PrivateKey privateKey) |
Copyright © 2016 Atlassian. All rights reserved.