Uses of Interface
org.forgerock.opendj.server.config.client.BackendCfgClient
-
Packages that use BackendCfgClient 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.org.opends.server.tools Contains various Directory Server tool implementations. -
-
Uses of BackendCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of BackendCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
JeBackendCfgClient
A client-side interface for reading and modifying JE Backend settings.interface
LdifBackendCfgClient
A client-side interface for reading and modifying LDIF Backend settings.interface
LocalBackendCfgClient
A client-side interface for reading and modifying Local Backend settings.interface
MemoryBackendCfgClient
A client-side interface for reading and modifying Memory Backend settings.interface
MonitorBackendCfgClient
A client-side interface for reading and modifying Monitor Backend settings.interface
NullBackendCfgClient
A client-side interface for reading and modifying Null Backend settings.interface
PluggableBackendCfgClient
A client-side interface for reading and modifying Pluggable Backend settings.interface
ProxyBackendCfgClient
A client-side interface for reading and modifying Proxy Backend settings.interface
SchemaBackendCfgClient
A client-side interface for reading and modifying Schema Backend settings.interface
TaskBackendCfgClient
A client-side interface for reading and modifying Task Backend settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type BackendCfgClient Modifier and Type Method Description <C extends BackendCfgClient>
CRootCfgClient. createBackend(ManagedObjectDefinition<C,? extends BackendCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Backend.Methods in org.forgerock.opendj.server.config.client that return BackendCfgClient Modifier and Type Method Description BackendCfgClient
RootCfgClient. getBackend(String name)
Gets the named Backend.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type BackendCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg>
BackendCfgClient. definition()
Get the configuration definition associated with this Backend. -
Uses of BackendCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return BackendCfgClient Modifier and Type Method Description BackendCfgClient
BackendCfgDefn. createClientConfiguration(ManagedObject<? extends BackendCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type BackendCfgClient Modifier and Type Method Description InstantiableRelationDefinition<BackendCfgClient,BackendCfg>
RootCfgDefn. getBackendsRelationDefinition()
Get the "backends" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type BackendCfgClient Modifier and Type Method Description BackendCfgClient
BackendCfgDefn. createClientConfiguration(ManagedObject<? extends BackendCfgClient> impl)
-
Uses of BackendCfgClient in org.opends.server.tools
Methods in org.opends.server.tools with parameters of type BackendCfgClient Modifier and Type Method Description static SortedSet<Dn>
BackendToolUtils. getBaseDn(BackendCfgClient backendCfgClient)
Gets the base DNs from the provided backend configuration.
-