Uses of Class
org.opends.server.extensions.NotificationMessageTemplateElement
-
Packages that use NotificationMessageTemplateElement Package Description org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of NotificationMessageTemplateElement in org.opends.server.extensions
Subclasses of NotificationMessageTemplateElement in org.opends.server.extensions Modifier and Type Class Description class
NotificationMessageNotificationMessageTemplateElement
This class implements a notification message template element that will generate a value that is the message for the account status notification.class
NotificationTypeNotificationMessageTemplateElement
This class implements a notification message template element that will generate a value that is the name of the account status notification type.class
TextNotificationMessageTemplateElement
This class implements a notification message template element that will generate a value using static text.class
UserDNNotificationMessageTemplateElement
This class implements a notification message template element that will generate a value that is the string representation of the target user's DN.
-