Uses of Interface
com.example.opendj.client.ExamplePluginCfgClient
-
Packages that use ExamplePluginCfgClient Package Description com.example.opendj.client Provides client-side interfaces for querying and managing the Example OpenDJ Hello World plugin.com.example.opendj.meta Provides introspection interfaces for the Example OpenDJ Hello World plugin. -
-
Uses of ExamplePluginCfgClient in com.example.opendj.client
Methods in com.example.opendj.client that return types with arguments of type ExamplePluginCfgClient Modifier and Type Method Description org.forgerock.opendj.config.ManagedObjectDefinition<? extends ExamplePluginCfgClient,? extends ExamplePluginCfg>
ExamplePluginCfgClient. definition()
Get the configuration definition associated with this Example Plugin. -
Uses of ExamplePluginCfgClient in com.example.opendj.meta
Methods in com.example.opendj.meta that return ExamplePluginCfgClient Modifier and Type Method Description ExamplePluginCfgClient
ExamplePluginCfgDefn. createClientConfiguration(org.forgerock.opendj.config.client.ManagedObject<? extends ExamplePluginCfgClient> impl)
Method parameters in com.example.opendj.meta with type arguments of type ExamplePluginCfgClient Modifier and Type Method Description ExamplePluginCfgClient
ExamplePluginCfgDefn. createClientConfiguration(org.forgerock.opendj.config.client.ManagedObject<? extends ExamplePluginCfgClient> impl)
-