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 SmtpAlertHandlerCfgClient,? extends SmtpAlertHandlerCfg> |
SmtpAlertHandlerCfgClient.definition()
Get the configuration definition associated with this SMTP Alert Handler.
|
Modifier and Type | Method and Description |
---|---|
SmtpAlertHandlerCfg |
SmtpAlertHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends SmtpAlertHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<SmtpAlertHandlerCfg> |
SmtpAlertHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
SmtpAlertHandlerCfg |
SmtpAlertHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends SmtpAlertHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SmtpAlertHandlerCfg> |
SmtpAlertHandlerCfg.configurationClass()
Gets the configuration class associated with this SMTP Alert Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
SmtpAlertHandlerCfg.addSmtpChangeListener(ConfigurationChangeListener<SmtpAlertHandlerCfg> listener)
Register to be notified when this SMTP Alert Handler is changed.
|
void |
SmtpAlertHandlerCfg.removeSmtpChangeListener(ConfigurationChangeListener<SmtpAlertHandlerCfg> listener)
Deregister an existing SMTP Alert Handler configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
SMTPAlertHandler.applyConfigurationChange(SmtpAlertHandlerCfg configuration) |
void |
SMTPAlertHandler.initializeAlertHandler(SmtpAlertHandlerCfg configuration) |
boolean |
SMTPAlertHandler.isConfigurationAcceptable(SmtpAlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
SMTPAlertHandler.isConfigurationChangeAcceptable(SmtpAlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.