Class Webhook
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.integration.Webhook
-
- All Implemented Interfaces:
IntegrationEventConfiguration
public class Webhook extends Object implements IntegrationEventConfiguration
Webhook type integration event configuration- Author:
- P.Piernik
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Webhook.WebhookHttpMethod
-
Field Summary
Fields Modifier and Type Field Description Webhook.WebhookHttpMethod
httpMethod
String
secret
String
truststore
String
url
-
Constructor Summary
Constructors Constructor Description Webhook(String url, Webhook.WebhookHttpMethod httpMethod, String truststore, String secret)
-
-
-
Field Detail
-
url
public final String url
-
httpMethod
public final Webhook.WebhookHttpMethod httpMethod
-
truststore
public final String truststore
-
secret
public final String secret
-
-
Constructor Detail
-
Webhook
public Webhook(String url, Webhook.WebhookHttpMethod httpMethod, String truststore, String secret)
-
-