Package | Description |
---|---|
org.forgerock.audit.util |
This package contains utility classes used in the audit service.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
org.opends.server.tools.upgrade |
Defines the specific classes that are used by the upgrade tool.
|
Modifier and Type | Field and Description |
---|---|
protected static String |
ElasticsearchUtil.FIELD_NAMES_FIELD
JSON field-name of normalized field-names.
|
protected static String |
ElasticsearchUtil.NORMALIZED_FIELD
JSON field-name of metadata to assist in de-normalization.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String json)
Replaces all period-characters in JSON keys with underscore-characters
[ref].
|
protected static JsonValue |
ElasticsearchUtil.restoreKeyPeriods(JsonValue value,
JsonValue normalized)
Reverses the normalization steps preformed by
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String) . |
Constructor and Description |
---|
TimeoutScheduler(com.forgerock.opendj.util.ReferenceCountedObject.Reference<ScheduledExecutorService> scheduler,
Clock clock,
long period,
TimeUnit unit)
Creates a new
TimeoutScheduler . |
Modifier and Type | Field and Description |
---|---|
static String |
Setup.JVM_TRUST_MANAGER_PROVIDER
The name of the JVM trust manager provider provided in the config template.
|
static Path |
SetupConstants.KEYSTORE_PIN_FILE_RELATIVE_PATH
Relative instance path of the generated keystore.pin file.
|
static Path |
SetupConstants.PROXY_BACKEND_PASSWORD_FILE_RELATIVE_PATH
Relative instance path of the generated proxy_password file.
|
static Path |
SetupConstants.REPLICATION_BIND_PASSWORD_FILE_RELATIVE_PATH
Relative instance path of the generated replication_bind_password file.
|
static Path |
SetupConstants.TRUSTSTORE_PIN_FILE_RELATIVE_PATH
Relative instance path of the generated truststore.pin file.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
EntryCache.toVerboseString()
Return a verbose string representation of the current cache maps.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BackendImpl.clearBackend()
Clears the contents of this backend, including any database files.
|
Modifier and Type | Method and Description |
---|---|
static LDAPReplicationDomain |
MultimasterReplication.createAndStartNewDomain(ReplicationDomainCfg domainCfg)
Creates a new domain from its configEntry, do the necessary initialization and starts it so that it is fully
operational when this method returns.
|
static EntryHistorical |
EntryHistorical.newInstanceFromEntry(Entry entry)
Construct an Historical object from the provided entry by reading the historical attribute.
|
Constructor and Description |
---|
EntryHistoricalAttribute(EntryHistorical entryHistorical)
Creates a new ds-sync-hist attribute whose content is based on the provided historical information.
|
Modifier and Type | Method and Description |
---|---|
Entry |
ReplicationDomain.getMonitorEntry()
Returns the monitor entry for this replication domain.
|
int |
ReplicationDomain.getReplicationServerPort()
Get the port of the replicationServer to which this domain is currently connected.
|
Modifier and Type | Field and Description |
---|---|
static String |
UpgradeCli.OPTION_LONG_FORCE_UPGRADE
The value for the long option force upgrade.
|
Copyright 2010-2022 ForgeRock AS.