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 Details

    • NotificationPublisherAccessor

      public NotificationPublisherAccessor()
  • Method Details

    • 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 NotificationPublisherPlugin or null if not found.