Uses of Interface
org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
-
Packages that use SmtpAlertHandlerCfg 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. -
-
Uses of SmtpAlertHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SmtpAlertHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends SmtpAlertHandlerCfgClient,? extends SmtpAlertHandlerCfg>
SmtpAlertHandlerCfgClient. definition()
Get the configuration definition associated with this SMTP Alert Handler. -
Uses of SmtpAlertHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SmtpAlertHandlerCfg Modifier and Type Method Description SmtpAlertHandlerCfg
SmtpAlertHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SmtpAlertHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SmtpAlertHandlerCfg Modifier and Type Method Description Class<SmtpAlertHandlerCfg>
SmtpAlertHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SmtpAlertHandlerCfg Modifier and Type Method Description SmtpAlertHandlerCfg
SmtpAlertHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SmtpAlertHandlerCfg> impl)
-
Uses of SmtpAlertHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type SmtpAlertHandlerCfg Modifier and Type Method Description Class<? extends SmtpAlertHandlerCfg>
SmtpAlertHandlerCfg. configurationClass()
Gets the configuration class associated with this SMTP Alert Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type SmtpAlertHandlerCfg Modifier and Type Method 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. -
Uses of SmtpAlertHandlerCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type SmtpAlertHandlerCfg Modifier and Type Method 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)
-