Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SmtpAccountStatusNotificationHandlerCfgClient,? extends SmtpAccountStatusNotificationHandlerCfg> |
SmtpAccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this SMTP Account Status Notification Handler.
|
Modifier and Type | Method and Description |
---|---|
SmtpAccountStatusNotificationHandlerCfg |
SmtpAccountStatusNotificationHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends SmtpAccountStatusNotificationHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<SmtpAccountStatusNotificationHandlerCfg> |
SmtpAccountStatusNotificationHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
SmtpAccountStatusNotificationHandlerCfg |
SmtpAccountStatusNotificationHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends SmtpAccountStatusNotificationHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SmtpAccountStatusNotificationHandlerCfg> |
SmtpAccountStatusNotificationHandlerCfg.configurationClass()
Gets the configuration class associated with this SMTP Account Status Notification Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
SmtpAccountStatusNotificationHandlerCfg.addSmtpChangeListener(ConfigurationChangeListener<SmtpAccountStatusNotificationHandlerCfg> listener)
Register to be notified when this SMTP Account Status Notification Handler is changed.
|
void |
SmtpAccountStatusNotificationHandlerCfg.removeSmtpChangeListener(ConfigurationChangeListener<SmtpAccountStatusNotificationHandlerCfg> listener)
Deregister an existing SMTP Account Status Notification Handler configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
SMTPAccountStatusNotificationHandler.applyConfigurationChange(SmtpAccountStatusNotificationHandlerCfg configuration) |
void |
SMTPAccountStatusNotificationHandler.initializeStatusNotificationHandler(SmtpAccountStatusNotificationHandlerCfg configuration) |
boolean |
SMTPAccountStatusNotificationHandler.isConfigurationAcceptable(SmtpAccountStatusNotificationHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
SMTPAccountStatusNotificationHandler.isConfigurationChangeAcceptable(SmtpAccountStatusNotificationHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.