| Class | Description |
|---|---|
| CloudManagerWebHook |
Handles incoming Cloud Manager pipeline events from Adobe IO.
|
| CloudManagerWebHook.CrumbExclusion |
Excludes the WebHook from requiring CSRF tokens for a POST request.
|
| CMEvent |
A Cloud Manager Event received from a WebHook call.
|
| CMEventPayload.PayloadHandler |
Annotation Handler for processing the payload.
|
| RequireCMEventPayload.Processor |
Performs the validation required of an incoming WebHook request before the WebHook is called.
|
| Annotation Type | Description |
|---|---|
| CMEventPayload |
Transform Stapler Request into a
CMEvent for invoking the WebHook. |
| RequireCMEventPayload |
Mark the WebHook Stapler request method for specific checks, so the WebHook can focus on operations, not validation.
|
Copyright © 2020–2021 Adobe Inc. All rights reserved.