| Interface | Description |
|---|---|
| JweCustomizer |
A callback interface that provides a hook to call arbitrary methods on the JsonWebEncryption prior
to the JwtConsumer using it to decrypt the content.
|
| JwsCustomizer |
A callback interface that provides a hook to call arbitrary methods on the JsonWebSignature prior
to the JwtConsumer using it to verify the signature.
|
| Validator |
| Class | Description |
|---|---|
| AudValidator |
Validate the "aud" (Audience) Claim per http://tools.ietf.org/html/rfc7519#section-4.1.3
|
| IssValidator | |
| JtiValidator | |
| JwtConsumer | |
| JwtConsumerBuilder |
Use the JwtConsumerBuilder to create the appropriate JwtConsumer for your JWT processing needs.
|
| JwtContext | |
| NumericDateValidator | |
| SubValidator |
| Exception | Description |
|---|---|
| InvalidJwtException | |
| InvalidJwtSignatureException |
Copyright © 2017. All rights reserved.