Package com.pingidentity.access
Class NotificationPublisherAccessor
- java.lang.Object
-
- com.pingidentity.access.NotificationPublisherAccessor
-
public class NotificationPublisherAccessor extends Object
This class provides access to configured notification publishers.- Since:
- 11.2
-
-
Constructor Summary
Constructors Constructor Description NotificationPublisherAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationPublisherPlugingetNotificationPublisher(String notificationPublisherPluginId)Retrieves the Notification Publisher Plugin for the specified id.
-
-
-
Method Detail
-
getNotificationPublisher
public NotificationPublisherPlugin getNotificationPublisher(String notificationPublisherPluginId)
Retrieves the Notification Publisher Plugin for the specified id. If a blank notificationPublisherPluginId is provided, the default notification publisher will be returned.- Parameters:
notificationPublisherPluginId- The id of the notification publisher.- Returns:
- The
NotificationPublisherPluginor null if not found.
-
-