| Interface | Description |
|---|---|
| JwtValidator |
Interface for parsing, verifying and validating a
Jwt token. |
| Class | Description |
|---|---|
| JwtClaimsValidator |
Validates the claims contained in a JWT.
|
| JwtValidatorImpl |
Orchestrates the parsing of the JWT using the provided
JwtParser, the verification of its signature using
the provided KeyProvider and the validation of its claims using the
provided JwtClaimsValidator. |
| ValidatedKeyId |
Represents a validated key id of the JWT Header.
|
Copyright © 2017 Atlassian. All rights reserved.