Package org.opends.server.extensions
Class UserDNNotificationMessageTemplateElement
- java.lang.Object
-
- org.opends.server.extensions.NotificationMessageTemplateElement
-
- org.opends.server.extensions.UserDNNotificationMessageTemplateElement
-
public class UserDNNotificationMessageTemplateElement extends NotificationMessageTemplateElement
This class implements a notification message template element that will generate a value that is the string representation of the target user's DN.
-
-
Constructor Summary
Constructors Constructor Description UserDNNotificationMessageTemplateElement()
Creates a new user DN notification message template element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
generateValue
public void generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
Description copied from class:NotificationMessageTemplateElement
Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.- Specified by:
generateValue
in classNotificationMessageTemplateElement
- Parameters:
buffer
- The buffer to which the generated value should be appended.notification
- The account status notification to process.
-
-