Uses of Class
io.jans.ca.plugin.adminui.model.webhook.AuiFeature
-
Packages that use AuiFeature Package Description io.jans.ca.plugin.adminui.service.webhook -
-
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 AuiFeature Modifier and Type Method Description List<AuiFeature>
WebhookService. getAllAuiFeatures()
The function retrieves all AuiFeature objects from the entryManager and returns them as a List.List<AuiFeature>
WebhookService. getAllAuiFeaturesByWebhookId(String webhookId)
The function retrieves a list of AuiFeatures that are associated with a specific webhookId.List<AuiFeature>
WebhookService. getAuiFeaturesByIds(Set<String> ids)
The function `getAuiFeaturesByIds` retrieves a list of AuiFeature objects based on a list of IDs.
-