Uses of Class
org.opends.server.types.AccountStatusNotification
-
Packages that use AccountStatusNotification 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. -
-
Uses of AccountStatusNotification in org.opends.server.api
Methods in org.opends.server.api with parameters of type AccountStatusNotification Modifier and Type Method Description abstract void
AccountStatusNotificationHandler. handleStatusNotification(AccountStatusNotification notification)
Performs any processing that may be necessary in conjunction with the provided account status notification. -
Uses of AccountStatusNotification in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type AccountStatusNotification Modifier and Type Method Description void
NotificationMessageNotificationMessageTemplateElement. generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
abstract void
NotificationMessageTemplateElement. 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.void
NotificationTypeNotificationMessageTemplateElement. generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
void
TextNotificationMessageTemplateElement. generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
void
UserDNNotificationMessageTemplateElement. generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
void
ErrorLogAccountStatusNotificationHandler. handleStatusNotification(AccountStatusNotification notification)
void
SMTPAccountStatusNotificationHandler. handleStatusNotification(AccountStatusNotification notification)
-