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()
Retrieves the set of account status notification handlers that should be
used with this password policy.
|
abstract Collection<AccountStatusNotificationHandler<?>> |
PasswordPolicy.getAccountStatusNotificationHandlers()
Retrieves the set of account status notification handlers that should be
used with this password policy.
|
static ConcurrentMap<DN,AccountStatusNotificationHandler> |
DirectoryServer.getAccountStatusNotificationHandlers()
Retrieves the set of account status notification handlers defined in the
Directory Server, as a mapping between the DN of the configuration entry
and the notification handler implementation.
|
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-2016 ForgeRock AS. All Rights Reserved.