Uses of Interface
org.forgerock.opendj.server.config.server.MailServerCfg
-
Packages that use MailServerCfg 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 MailServerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type MailServerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends MailServerCfgClient,? extends MailServerCfg>
MailServerCfgClient. definition()
Get the configuration definition associated with this Mail Server.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type MailServerCfg Modifier and Type Method Description <C extends MailServerCfgClient>
CRootCfgClient. createMailServer(ManagedObjectDefinition<C,? extends MailServerCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Mail Server. -
Uses of MailServerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return MailServerCfg Modifier and Type Method Description MailServerCfg
MailServerCfgDefn. createServerConfiguration(ServerManagedObject<? extends MailServerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type MailServerCfg Modifier and Type Method Description InstantiableRelationDefinition<MailServerCfgClient,MailServerCfg>
RootCfgDefn. getMailServersRelationDefinition()
Get the "mail-servers" relation definition.Class<MailServerCfg>
MailServerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type MailServerCfg Modifier and Type Method Description MailServerCfg
MailServerCfgDefn. createServerConfiguration(ServerManagedObject<? extends MailServerCfg> impl)
-
Uses of MailServerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return MailServerCfg Modifier and Type Method Description MailServerCfg
RootCfg. getMailServer(String name)
Gets the named Mail Server.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type MailServerCfg Modifier and Type Method Description Class<? extends MailServerCfg>
MailServerCfg. configurationClass()
Gets the configuration class associated with this Mail Server.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type MailServerCfg Modifier and Type Method Description void
MailServerCfg. addChangeListener(ConfigurationChangeListener<MailServerCfg> listener)
Register to be notified when this Mail Server is changed.void
RootCfg. addMailServerAddListener(ConfigurationAddListener<MailServerCfg> listener)
Registers to be notified when new Mail Servers are added.void
RootCfg. addMailServerDeleteListener(ConfigurationDeleteListener<MailServerCfg> listener)
Registers to be notified when existing Mail Servers are deleted.void
MailServerCfg. removeChangeListener(ConfigurationChangeListener<MailServerCfg> listener)
Deregister an existing Mail Server configuration change listener.void
RootCfg. removeMailServerAddListener(ConfigurationAddListener<MailServerCfg> listener)
Deregisters an existing Mail Server configuration add listener.void
RootCfg. removeMailServerDeleteListener(ConfigurationDeleteListener<MailServerCfg> listener)
Deregisters an existing Mail Server configuration delete listener.
-