Interface NotificationPublisherPlugin

All Superinterfaces:
ConfigurablePlugin, DescribablePlugin, Plugin

public interface NotificationPublisherPlugin extends Plugin
This interface defines the methods that the PingFederate server calls to send a notification.

This interface extends Plugin.

Since:
9.3
  • Field Details

    • IN_PARAMETER_NAME_CONFIG_DESTINATION_ADDRESS

      static final String IN_PARAMETER_NAME_CONFIG_DESTINATION_ADDRESS
      The input parameter name for the destination address in the "data" map. The value is a String.
      See Also:
    • IN_PARAMETER_NAME_CONFIG_LOCALE

      static final String IN_PARAMETER_NAME_CONFIG_LOCALE
      The input parameter name for the locale in the "configuration" map. The value is a String.
      See Also:
    • IN_PARAMETER_NAME_CONFIG_TEMPLATE_NAME

      static final String IN_PARAMETER_NAME_CONFIG_TEMPLATE_NAME
      The input parameter name for the template type in the "configuration" map. The value is a String.
      See Also:
    • IN_PARAMETER_NAME_CONFIG_EVENT_TYPE

      static final String IN_PARAMETER_NAME_CONFIG_EVENT_TYPE
      The input parameter name for the event type in the "configuration" map. The value is a String.
      See Also:
  • Method Details