Class NotificationMessageTemplateElement

java.lang.Object
org.opends.server.extensions.NotificationMessageTemplateElement
Direct Known Subclasses:
NotificationMessageNotificationMessageTemplateElement, NotificationTypeNotificationMessageTemplateElement, TextNotificationMessageTemplateElement, UserDNNotificationMessageTemplateElement

public abstract class NotificationMessageTemplateElement extends Object
This class defines the base class for elements that may be used to generate an account status notification message.
  • Constructor Details

    • NotificationMessageTemplateElement

      public NotificationMessageTemplateElement()
  • Method Details

    • generateValue

      public abstract void generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
      Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.
      Parameters:
      buffer - The buffer to which the generated value should be appended.
      notification - The account status notification to process.