Uses of Interface
org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Packages that use PluggableBackendCfgClient Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components. -
-
Uses of PluggableBackendCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of PluggableBackendCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interfaceJEBackendCfgClientA client-side interface for reading and modifying JE Backend settings.interfacePDBBackendCfgClientA client-side interface for reading and modifying PDB Backend settings.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PluggableBackendCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends PluggableBackendCfgClient,? extends PluggableBackendCfg>PluggableBackendCfgClient. definition()Get the configuration definition associated with this Pluggable Backend.
-