All Classes and Interfaces

Class
Description
Exception thrown when a webhook payload cannot be converted to a credential.
Global configuration for webhook credentials provider, including Bearer token authentication.
CredentialsProvider that provides credentials received via webhooks.
Webhook credentials store
Expose the store.
Ensure that the REST URL /webhook-credentials/update is excluded from CSRF protection It's using different authentication method (Shared token for webhooks)
End point that expose /webhook-credentials/update via POST request
Represents the JSON payload received via webhook for credential creation/update.
Converter for string/token credentials using "secretText" type and StringCredentialsImpl.
Extension point for converting webhook payloads to credentials.
Converter for username/password credentials using "usernamePassword" type and UsernamePasswordCredentialsImpl.