| Package | Description |
|---|---|
| org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
| org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AccountStatusNotificationHandler.handleStatusNotification(AccountStatusNotification notification)
Performs any processing that may be necessary in conjunction with
the provided account status notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserAttributeNotificationMessageTemplateElement.generateValue(org.forgerock.i18n.LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
UserDNNotificationMessageTemplateElement.generateValue(org.forgerock.i18n.LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
NotificationTypeNotificationMessageTemplateElement.generateValue(org.forgerock.i18n.LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
NotificationPropertyNotificationMessageTemplateElement.generateValue(org.forgerock.i18n.LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
NotificationMessageNotificationMessageTemplateElement.generateValue(org.forgerock.i18n.LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
TextNotificationMessageTemplateElement.generateValue(org.forgerock.i18n.LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
abstract void |
NotificationMessageTemplateElement.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.
|
void |
SMTPAccountStatusNotificationHandler.handleStatusNotification(AccountStatusNotification notification) |
void |
ErrorLogAccountStatusNotificationHandler.handleStatusNotification(AccountStatusNotification notification) |
Copyright © 2010-2020 Wren Security. All Rights Reserved.