public class UserAttributeNotificationMessageTemplateElement extends NotificationMessageTemplateElement
| Constructor and Description |
|---|
UserAttributeNotificationMessageTemplateElement(org.forgerock.opendj.ldap.schema.AttributeType attributeType)
Creates a new user DN notification message template element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generateValue(org.forgerock.i18n.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.
|
public UserAttributeNotificationMessageTemplateElement(org.forgerock.opendj.ldap.schema.AttributeType attributeType)
attributeType - The attribute type for which to obtain the value.public void generateValue(org.forgerock.i18n.LocalizableMessageBuilder buffer,
AccountStatusNotification notification)
NotificationMessageTemplateElementgenerateValue in class NotificationMessageTemplateElementbuffer - The buffer to which the generated value should be
appended.notification - The account status notification to process.Copyright © 2010-2020 Wren Security. All Rights Reserved.