| Package | Description |
|---|---|
| org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
| org.opends.server.tools |
Contains various Directory Server tool implementations.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BackendTypeHelper.BackendTypeUIAdapter> |
SuffixesToReplicateOptions.getSuffixBackendTypes()
Returns a map which associate backend names and backend types.
|
| Constructor and Description |
|---|
SuffixesToReplicateOptions(SuffixesToReplicateOptions.Type type,
Set<SuffixDescriptor> availableSuffixes,
Set<SuffixDescriptor> suffixesToReplicate,
Map<String,BackendTypeHelper.BackendTypeUIAdapter> backendsToReplicate)
Constructor for the SuffixesToReplicateOptions object.
|
| Modifier and Type | Method and Description |
|---|---|
static BackendTypeHelper.BackendTypeUIAdapter |
BackendTypeHelper.getBackendTypeAdapter(org.forgerock.opendj.config.ManagedObjectDefinition<? extends org.forgerock.opendj.server.config.client.BackendCfgClient,? extends org.forgerock.opendj.server.config.server.BackendCfg> backend)
Return a BackendTypeUIAdapter which adapts the provided backend.
|
static BackendTypeHelper.BackendTypeUIAdapter |
BackendTypeHelper.getBackendTypeAdapter(String backendName)
Return a BackendTypeUIAdapter which adapts the backend identified by the
provided backend name.
|
BackendTypeHelper.BackendTypeUIAdapter[] |
BackendTypeHelper.getBackendTypeUIAdaptors()
Return a list which contains all available backend type adapted for UI.
|
Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.