| Interface | Description |
|---|---|
| HasWebhookSecret |
Interface implemented by a JAX-RS resource to provide the webhook secret to the
WebhookSignatureFilter. |
| Class | Description |
|---|---|
| WebhookSignatureFilter |
Validates an incoming
X-Hub-Signature request header against the request body
and a shared secret. |
| Annotation Type | Description |
|---|---|
| Webhook |
Indicates that a JAX-RS resource is a webhook.
|
Copyright © 2015. All rights reserved.