Uses of Class
io.jans.ca.plugin.adminui.model.webhook.WebhookEntry
Packages that use WebhookEntry
Package
Description
-
Uses of WebhookEntry in io.jans.ca.plugin.adminui.model.webhook
Constructors in io.jans.ca.plugin.adminui.model.webhook with parameters of type WebhookEntry -
Uses of WebhookEntry in io.jans.ca.plugin.adminui.rest.webhook
Methods in io.jans.ca.plugin.adminui.rest.webhook with parameters of type WebhookEntryModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseWebhookResource.addWebhook(@Valid WebhookEntry webhook) jakarta.ws.rs.core.ResponseWebhookResource.updateWebhook(@Valid WebhookEntry webhook) -
Uses of WebhookEntry in io.jans.ca.plugin.adminui.service.webhook
Methods in io.jans.ca.plugin.adminui.service.webhook that return WebhookEntryModifier and TypeMethodDescriptionWebhookService.addWebhook(@Valid WebhookEntry webhook) The function adds a webhook entry to a database, assigns it a unique ID, and associates it with Aui features if provided.WebhookService.updateWebhook(WebhookEntry webhook) The function updates a webhook entry, validates the entry, and performs additional operations if necessary.Methods in io.jans.ca.plugin.adminui.service.webhook that return types with arguments of type WebhookEntryModifier and TypeMethodDescriptionWebhookService.getWebhookByIds(Set<String> ids) The function `getWebhookByIds` retrieves a list of `WebhookEntry` objects based on a list of webhook IDs.WebhookService.getWebhooksByFeatureId(String featureId) io.jans.orm.model.PagedResult<WebhookEntry>WebhookService.searchWebhooks(io.jans.model.SearchRequest searchRequest) The function searches for webhook entries based on the provided search criteria and returns a paged result.Methods in io.jans.ca.plugin.adminui.service.webhook with parameters of type WebhookEntryModifier and TypeMethodDescriptionWebhookService.addWebhook(@Valid WebhookEntry webhook) The function adds a webhook entry to a database, assigns it a unique ID, and associates it with Aui features if provided.voidWebhookService.removeWebhook(WebhookEntry webhook) The function removes a webhook entry and throws an exception if there is an error.WebhookService.updateWebhook(WebhookEntry webhook) The function updates a webhook entry, validates the entry, and performs additional operations if necessary.voidWebhookService.validateWebhookEntry(WebhookEntry webhookEntry) Constructors in io.jans.ca.plugin.adminui.service.webhook with parameters of type WebhookEntry