Uses of Interface
org.forgerock.opendj.server.config.client.MailServerCfgClient
-
Packages that use MailServerCfgClient 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. -
-
Uses of MailServerCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client with type parameters of type MailServerCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return MailServerCfgClient Modifier and Type Method Description MailServerCfgClient
RootCfgClient. getMailServer(String name)
Gets the named Mail Server.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type MailServerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends MailServerCfgClient,? extends MailServerCfg>
MailServerCfgClient. definition()
Get the configuration definition associated with this Mail Server. -
Uses of MailServerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return MailServerCfgClient Modifier and Type Method Description MailServerCfgClient
MailServerCfgDefn. createClientConfiguration(ManagedObject<? extends MailServerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type MailServerCfgClient Modifier and Type Method Description InstantiableRelationDefinition<MailServerCfgClient,MailServerCfg>
RootCfgDefn. getMailServersRelationDefinition()
Get the "mail-servers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type MailServerCfgClient Modifier and Type Method Description MailServerCfgClient
MailServerCfgDefn. createClientConfiguration(ManagedObject<? extends MailServerCfgClient> impl)
-