Uses of Class
org.opends.server.api.AccountStatusNotificationHandler
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of AccountStatusNotificationHandler in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getAccountStatusNotificationHandler
(Dn handlerDN) ServerContext.getAccountStatusNotificationHandler
(Dn handlerDN) Retrieves the account status notification handler with the specified configuration entry DN.Modifier and TypeMethodDescriptionabstract Collection<AccountStatusNotificationHandler<?>>
PasswordPolicy.getAccountStatusNotificationHandlers()
Retrieves the set of account status notification handlers that should be used with this password policy.SubentryPasswordPolicy.getAccountStatusNotificationHandlers()
Modifier and TypeMethodDescriptionvoid
DirectoryServer.registerAccountStatusNotificationHandler
(Dn handlerDN, AccountStatusNotificationHandler<?> handler) void
ServerContext.registerAccountStatusNotificationHandler
(Dn handlerDN, AccountStatusNotificationHandler<?> handler) Registers the provided account status notification handler with the Directory Server. -
Uses of AccountStatusNotificationHandler in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class defines an account status notification handler that will write information about status notifications using the Directory Server's error logging facility.final class
This class provides an implementation of an account status notification handler that can send e-mail messages via SMTP to end users and/or administrators whenever an account status notification occurs.