Uses of Class
org.opends.server.api.AccountStatusNotificationHandler
-
Packages that use AccountStatusNotificationHandler Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of AccountStatusNotificationHandler in org.opends.server.core
Methods in org.opends.server.core that return AccountStatusNotificationHandler Modifier and Type Method Description AccountStatusNotificationHandler<?>
DirectoryServer. getAccountStatusNotificationHandler(Dn handlerDN)
AccountStatusNotificationHandler<?>
ServerContext. getAccountStatusNotificationHandler(Dn handlerDN)
Retrieves the account status notification handler with the specified configuration entry DN.Methods in org.opends.server.core that return types with arguments of type AccountStatusNotificationHandler Modifier and Type Method Description abstract Collection<AccountStatusNotificationHandler<?>>
PasswordPolicy. getAccountStatusNotificationHandlers()
Retrieves the set of account status notification handlers that should be used with this password policy.Collection<AccountStatusNotificationHandler<?>>
SubentryPasswordPolicy. getAccountStatusNotificationHandlers()
Methods in org.opends.server.core with parameters of type AccountStatusNotificationHandler Modifier and Type Method Description void
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
Subclasses of AccountStatusNotificationHandler in org.opends.server.extensions Modifier and Type Class Description class
ErrorLogAccountStatusNotificationHandler
This class defines an account status notification handler that will write information about status notifications using the Directory Server's error logging facility.class
SMTPAccountStatusNotificationHandler
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.
-