Uses of Interface
org.forgerock.opendj.server.config.client.PluginCfgClient
-
Packages that use PluginCfgClient 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 PluginCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of PluginCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
AttributeCleanupPluginCfgClient
A client-side interface for reading and modifying Attribute Cleanup Plugin settings.interface
ChangeNumberControlPluginCfgClient
A client-side interface for reading and modifying Change Number Control Plugin settings.interface
EntryUuidPluginCfgClient
A client-side interface for reading and modifying entryUUID Plugin settings.interface
FractionalLdifImportPluginCfgClient
A client-side interface for reading and modifying Fractional LDIF Import Plugin settings.interface
GraphiteMonitorReporterPluginCfgClient
A client-side interface for reading and modifying Graphite Monitor Reporter Plugin settings.interface
LastModPluginCfgClient
A client-side interface for reading and modifying Last Mod Plugin settings.interface
LdapAttributeDescriptionListPluginCfgClient
A client-side interface for reading and modifying LDAP Attribute Description List Plugin settings.interface
PasswordPolicyImportPluginCfgClient
A client-side interface for reading and modifying Password Policy Import Plugin settings.interface
ReferentialIntegrityPluginCfgClient
A client-side interface for reading and modifying Referential Integrity Plugin settings.interface
SambaPasswordPluginCfgClient
A client-side interface for reading and modifying Samba Password Plugin settings.interface
SevenBitCleanPluginCfgClient
A client-side interface for reading and modifying Seven Bit Clean Plugin settings.interface
UniqueAttributePluginCfgClient
A client-side interface for reading and modifying Unique Attribute Plugin settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type PluginCfgClient Modifier and Type Method Description <C extends PluginCfgClient>
CPluginRootCfgClient. createPlugin(ManagedObjectDefinition<C,? extends PluginCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Plugin.Methods in org.forgerock.opendj.server.config.client that return PluginCfgClient Modifier and Type Method Description PluginCfgClient
PluginRootCfgClient. getPlugin(String name)
Gets the named Plugin.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PluginCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends PluginCfgClient,? extends PluginCfg>
PluginCfgClient. definition()
Get the configuration definition associated with this Plugin. -
Uses of PluginCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PluginCfgClient Modifier and Type Method Description PluginCfgClient
PluginCfgDefn. createClientConfiguration(ManagedObject<? extends PluginCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PluginCfgClient Modifier and Type Method Description InstantiableRelationDefinition<PluginCfgClient,PluginCfg>
PluginRootCfgDefn. getPluginsRelationDefinition()
Get the "plugins" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PluginCfgClient Modifier and Type Method Description PluginCfgClient
PluginCfgDefn. createClientConfiguration(ManagedObject<? extends PluginCfgClient> impl)
-