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