Class ReplicationServiceDiscoveryMechanismCfgDefn
A Replication Service Discovery Mechanism returns the set of directory servers participating in a replication topology.
-
Method Summary
Modifier and TypeMethodDescriptioncreateClientConfiguration
(ManagedObject<? extends ReplicationServiceDiscoveryMechanismCfgClient> impl) Creates a client configuration view of the provided managed object.createServerConfiguration
(ServerManagedObject<? extends ReplicationServiceDiscoveryMechanismCfg> impl) Creates a server configuration view of the provided server managed object.Get the "bind-dn" property definition.Get the "bind-password" property definition.Get the "bootstrap-replication-server" property definition.Get the "discovery-interval" property definition.Get the Replication Service Discovery Mechanism configuration definition singleton.Get the "java-class" property definition.Get the "key-manager-provider" property definition.Get the "primary-group-id" property definition.Gets the server configuration class instance associated with this managed object definition.Get the "ssl-cert-nickname" property definition.Get the "ssl-cipher-suite" property definition.Get the "ssl-protocol" property definition.Get the "trust-manager-provider" property definition.Get the "use-sasl-external" property definition.Get the "use-ssl" property definition.Get the "use-start-tls" property definition.Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDeprecated, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerDeprecated, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
-
Method Details
-
getInstance
Get the Replication Service Discovery Mechanism configuration definition singleton.- Returns:
- Returns the Replication Service Discovery Mechanism configuration definition singleton.
-
createClientConfiguration
public ReplicationServiceDiscoveryMechanismCfgClient createClientConfiguration(ManagedObject<? extends ReplicationServiceDiscoveryMechanismCfgClient> impl) Description copied from class:ManagedObjectDefinition
Creates a client configuration view of the provided managed object. Modifications made to the underlying managed object will be reflected in the client configuration view and vice versa.- Specified by:
createClientConfiguration
in classManagedObjectDefinition<ReplicationServiceDiscoveryMechanismCfgClient,
ReplicationServiceDiscoveryMechanismCfg> - Parameters:
impl
- The managed object.- Returns:
- Returns a client configuration view of the provided managed object.
-
createServerConfiguration
public ReplicationServiceDiscoveryMechanismCfg createServerConfiguration(ServerManagedObject<? extends ReplicationServiceDiscoveryMechanismCfg> impl) Description copied from class:ManagedObjectDefinition
Creates a server configuration view of the provided server managed object.- Specified by:
createServerConfiguration
in classManagedObjectDefinition<ReplicationServiceDiscoveryMechanismCfgClient,
ReplicationServiceDiscoveryMechanismCfg> - Parameters:
impl
- The server managed object.- Returns:
- Returns a server configuration view of the provided server managed object.
-
getServerConfigurationClass
Description copied from class:ManagedObjectDefinition
Gets the server configuration class instance associated with this managed object definition.- Specified by:
getServerConfigurationClass
in classManagedObjectDefinition<ReplicationServiceDiscoveryMechanismCfgClient,
ReplicationServiceDiscoveryMechanismCfg> - Returns:
- Returns the server configuration class instance associated with this managed object definition.
-
getBindDnPropertyDefinition
Get the "bind-dn" property definition.The bind DN for periodically reading replication server configurations
The bind DN must be present on all replication servers and directory servers, it must be able to read the server configuration.
- Returns:
- Returns the "bind-dn" property definition.
-
getBindPasswordPropertyDefinition
Get the "bind-password" property definition.The clear-text bind password for periodically reading replication server configurations.
The bind password must be the same on all replication and directory servers.
- Returns:
- Returns the "bind-password" property definition.
-
getBootstrapReplicationServerPropertyDefinition
Get the "bootstrap-replication-server" property definition.The addresses of one or more replication servers within the topology which this server should connect to in order to discover the rest of the topology.
Addresses must be specified using the administration port of the remote replication servers using the syntax "hostname:admin-port". When using an IPv6 address as the hostname, put brackets around the address as in "[IPv6Address]:admin-port".
- Returns:
- Returns the "bootstrap-replication-server" property definition.
-
getDiscoveryIntervalPropertyDefinition
Get the "discovery-interval" property definition.Interval between two replication server configuration discovery queries.
Specifies how frequently to query a replication server configuration in order to discover information about available directory server replicas.
- Returns:
- Returns the "discovery-interval" property definition.
-
getJavaClassPropertyDefinition
Get the "java-class" property definition.Specifies the fully-qualified name of the Java class that provides the Replication Service Discovery Mechanism implementation.
- Returns:
- Returns the "java-class" property definition.
-
getKeyManagerProviderPropertyDefinition
public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()Get the "key-manager-provider" property definition.Specifies the name of the key manager that should be used with this Replication Service Discovery Mechanism.
- Returns:
- Returns the "key-manager-provider" property definition.
-
getPrimaryGroupIdPropertyDefinition
Get the "primary-group-id" property definition.Replication domain group ID of preferred directory server replicas.
Directory server replicas with this replication domain group ID will be preferred over other directory server replicas. Secondary server replicas will only be used when all primary server replicas become unavailable.
- Returns:
- Returns the "primary-group-id" property definition.
-
getSslCertNicknamePropertyDefinition
Get the "ssl-cert-nickname" property definition.Specifies the nicknames (also called the aliases) of the keys or key pairs that the Replication Service Discovery Mechanism should use when performing SSL communication.
The property can be used multiple times (referencing different nicknames) when server certificates with different public key algorithms are used in parallel (for example, RSA, DSA, and ECC-based algorithms). When a nickname refers to an asymmetric (public/private) key pair, the nickname for the public key certificate and associated private key entry must match exactly. A single nickname is used to retrieve both the public key and the private key. This is only applicable when the Replication Service Discovery Mechanism is configured to use SSL.
- Returns:
- Returns the "ssl-cert-nickname" property definition.
-
getSslCipherSuitePropertyDefinition
Get the "ssl-cipher-suite" property definition.Specifies the names of the SSL cipher suites that are allowed for use in SSL or TLS communication.
- Returns:
- Returns the "ssl-cipher-suite" property definition.
-
getSslProtocolPropertyDefinition
Get the "ssl-protocol" property definition.Specifies the names of the SSL protocols that are allowed for use in SSL or TLS communication.
- Returns:
- Returns the "ssl-protocol" property definition.
-
getTrustManagerProviderPropertyDefinition
public AggregationPropertyDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg> getTrustManagerProviderPropertyDefinition()Get the "trust-manager-provider" property definition.Specifies the name of the trust manager that should be used with the Replication Service Discovery Mechanism.
- Returns:
- Returns the "trust-manager-provider" property definition.
-
getUseSaslExternalPropertyDefinition
Get the "use-sasl-external" property definition.Indicates whether the Replication Service Discovery Mechanism should use certificate based authentication when communicating with backend servers.
If enabled, the Replication Service Discovery Mechanism will use mutual TLS when connecting to backend servers. Once the TLS handshake has completed, a SASL/External LDAP bind request will be sent in order to associate the TLS client certificate with an LDAP account on the remote backend server. A key manager provider containing the client certificate must be configured in order to use this feature.
- Returns:
- Returns the "use-sasl-external" property definition.
-
getUseSslPropertyDefinition
Get the "use-ssl" property definition.Indicates whether the Replication Service Discovery Mechanism should use SSL.
If enabled, the Replication Service Discovery Mechanism will use SSL to encrypt communication with the clients.
- Returns:
- Returns the "use-ssl" property definition.
-
getUseStartTlsPropertyDefinition
Get the "use-start-tls" property definition.Indicates whether the Replication Service Discovery Mechanism should use Start TLS.
If enabled, the Replication Service Discovery Mechanism will use Start TLS to encrypt communication with remote servers.
- Returns:
- Returns the "use-start-tls" property definition.
-