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. -
-
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 SMTPAccountStatusNotificationHandlerCfgSMTPAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SMTPAccountStatusNotificationHandlerCfg> impl)Creates a server configuration view of the provided server managed object.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()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SMTPAccountStatusNotificationHandlerCfg Modifier and Type Method Description SMTPAccountStatusNotificationHandlerCfgSMTPAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SMTPAccountStatusNotificationHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
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 voidSMTPAccountStatusNotificationHandlerCfg. addSMTPChangeListener(ConfigurationChangeListener<SMTPAccountStatusNotificationHandlerCfg> listener)Register to be notified when this SMTP Account Status Notification Handler is changed.voidSMTPAccountStatusNotificationHandlerCfg. removeSMTPChangeListener(ConfigurationChangeListener<SMTPAccountStatusNotificationHandlerCfg> listener)Deregister an existing SMTP Account Status Notification Handler configuration change listener.
-