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.
|
Modifier and Type | Method and Description |
---|---|
static AccountStatusNotificationHandler<?> |
DirectoryServer.getAccountStatusNotificationHandler(Dn handlerDN)
Retrieves the account status notification handler with the specified configuration entry DN.
|
Modifier and Type | Method and Description |
---|---|
Collection<AccountStatusNotificationHandler<?>> |
SubentryPasswordPolicy.getAccountStatusNotificationHandlers() |
abstract Collection<AccountStatusNotificationHandler<?>> |
PasswordPolicy.getAccountStatusNotificationHandlers()
Retrieves the set of account status notification handlers that should be used with this password policy.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerAccountStatusNotificationHandler(Dn handlerDN,
AccountStatusNotificationHandler<?> handler)
Registers the provided account status notification handler with the Directory Server.
|
Modifier and Type | Class and 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.
|
Copyright 2010-2022 ForgeRock AS.