Package com.pingidentity.access
Class NotificationPublisherAccessor
java.lang.Object
com.pingidentity.access.NotificationPublisherAccessor
This class provides access to configured notification publishers.
- Since:
- 11.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNotificationPublisher(String notificationPublisherPluginId) Retrieves the Notification Publisher Plugin for the specified id.
-
Constructor Details
-
NotificationPublisherAccessor
public NotificationPublisherAccessor()
-
-
Method Details
-
getNotificationPublisher
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.
-