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. -
-
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 interfaceBackupBackendCfgClientA client-side interface for reading and modifying Backup Backend settings.interfaceJEBackendCfgClientA client-side interface for reading and modifying JE Backend settings.interfaceLDIFBackendCfgClientA client-side interface for reading and modifying LDIF Backend settings.interfaceLocalBackendCfgClientA client-side interface for reading and modifying Local Backend settings.interfaceMemoryBackendCfgClientA client-side interface for reading and modifying Memory Backend settings.interfaceMonitorBackendCfgClientA client-side interface for reading and modifying Monitor Backend settings.interfaceNullBackendCfgClientA client-side interface for reading and modifying Null Backend settings.interfacePDBBackendCfgClientA client-side interface for reading and modifying PDB Backend settings.interfacePluggableBackendCfgClientA client-side interface for reading and modifying Pluggable Backend settings.interfaceSchemaBackendCfgClientA client-side interface for reading and modifying Schema Backend settings.interfaceTaskBackendCfgClientA client-side interface for reading and modifying Task Backend settings.interfaceTrustStoreBackendCfgClientA client-side interface for reading and modifying Trust Store 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 BackendCfgClientRootCfgClient. 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 BackendCfgClientBackendCfgDefn. createClientConfiguration(ManagedObject<? extends BackendCfgClient> 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 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 BackendCfgClientBackendCfgDefn. createClientConfiguration(ManagedObject<? extends BackendCfgClient> impl)Creates a client configuration view of the provided managed object.
-