Uses of Class
io.jans.ca.plugin.adminui.model.webhook.AuiFeature
Packages that use AuiFeature
-
Uses of AuiFeature in io.jans.ca.plugin.adminui.service.webhook
Methods in io.jans.ca.plugin.adminui.service.webhook that return types with arguments of type AuiFeatureModifier and TypeMethodDescriptionWebhookService.getAllAuiFeatures()The function retrieves all AuiFeature objects from the entryManager and returns them as a List.WebhookService.getAllAuiFeaturesByWebhookId(String webhookId) The function retrieves a list of AuiFeatures that are associated with a specific webhookId.WebhookService.getAuiFeaturesByIds(Set<String> ids) The function `getAuiFeaturesByIds` retrieves a list of AuiFeature objects based on a list of IDs.