public class BackendTypeHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BackendTypeHelper.BackendTypeUIAdapter
Adaptor to allow backend type selection in UIs.
|
| Constructor and Description |
|---|
BackendTypeHelper()
Creates a new backend type helper.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
filterSchemaBackendName(String dsCfgBackendName)
Filter the provided backend name by removing the backend suffix.
|
static BackendTypeHelper.BackendTypeUIAdapter |
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 |
getBackendTypeAdapter(String backendName)
Return a BackendTypeUIAdapter which adapts the backend identified by the
provided backend name.
|
BackendTypeHelper.BackendTypeUIAdapter[] |
getBackendTypeUIAdaptors()
Return a list which contains all available backend type adapted for UI.
|
public BackendTypeHelper()
public static String filterSchemaBackendName(String dsCfgBackendName)
dsCfgBackendName - The backend namepublic BackendTypeHelper.BackendTypeUIAdapter[] getBackendTypeUIAdaptors()
public static BackendTypeHelper.BackendTypeUIAdapter getBackendTypeAdapter(String backendName)
backendName - the backend name which identifies the backend to adapt.public static BackendTypeHelper.BackendTypeUIAdapter getBackendTypeAdapter(org.forgerock.opendj.config.ManagedObjectDefinition<? extends org.forgerock.opendj.server.config.client.BackendCfgClient,? extends org.forgerock.opendj.server.config.server.BackendCfg> backend)
backend - the backend type to adapt.Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.