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 interfaceAttributeCleanupPluginCfgClientA client-side interface for reading and modifying Attribute Cleanup Plugin settings.interfaceChangeNumberControlPluginCfgClientA client-side interface for reading and modifying Change Number Control Plugin settings.interfaceEntryUUIDPluginCfgClientA client-side interface for reading and modifying Entry UUID Plugin settings.interfaceFractionalLDIFImportPluginCfgClientA client-side interface for reading and modifying Fractional LDIF Import Plugin settings.interfaceLastModPluginCfgClientA client-side interface for reading and modifying Last Mod Plugin settings.interfaceLDAPAttributeDescriptionListPluginCfgClientA client-side interface for reading and modifying LDAP Attribute Description List Plugin settings.interfacePasswordPolicyImportPluginCfgClientA client-side interface for reading and modifying Password Policy Import Plugin settings.interfaceProfilerPluginCfgClientA client-side interface for reading and modifying Profiler Plugin settings.interfaceReferentialIntegrityPluginCfgClientA client-side interface for reading and modifying Referential Integrity Plugin settings.interfaceSambaPasswordPluginCfgClientA client-side interface for reading and modifying Samba Password Plugin settings.interfaceSevenBitCleanPluginCfgClientA client-side interface for reading and modifying Seven Bit Clean Plugin settings.interfaceUniqueAttributePluginCfgClientA 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 PluginCfgClientPluginRootCfgClient. 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 PluginCfgClientPluginCfgDefn. createClientConfiguration(ManagedObject<? extends PluginCfgClient> impl)Creates a client configuration view of the provided managed object.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 PluginCfgClientPluginCfgDefn. createClientConfiguration(ManagedObject<? extends PluginCfgClient> impl)Creates a client configuration view of the provided managed object.
-