public interface ReplicationServiceDiscoveryMechanismCfgClient extends ServiceDiscoveryMechanismCfgClient
A Replication Service Discovery Mechanism returns the set of directory servers participating in a replication topology.
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectDefinition<? extends ReplicationServiceDiscoveryMechanismCfgClient,? extends ReplicationServiceDiscoveryMechanismCfg> |
definition()
Get the configuration definition associated with this Replication Service Discovery Mechanism.
|
org.forgerock.opendj.ldap.DN |
getBindDN()
Gets the "bind-dn" property.
|
String |
getBindPassword()
Gets the "bind-password" property.
|
long |
getDiscoveryInterval()
Gets the "discovery-interval" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
Integer |
getPrimaryGroupId()
Gets the "primary-group-id" property.
|
SortedSet<String> |
getReplicationServer()
Gets the "replication-server" property.
|
void |
setBindDN(org.forgerock.opendj.ldap.DN value)
Sets the "bind-dn" property.
|
void |
setBindPassword(String value)
Sets the "bind-password" property.
|
void |
setDiscoveryInterval(Long value)
Sets the "discovery-interval" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setPrimaryGroupId(Integer value)
Sets the "primary-group-id" property.
|
void |
setReplicationServer(Collection<String> values)
Sets the "replication-server" property.
|
getKeyManagerProvider, getSSLCertNickname, getTrustManagerProvider, isUseSSL, isUseStartTLS, setKeyManagerProvider, setSSLCertNickname, setTrustManagerProvider, setUseSSL, setUseStartTLScommit, propertiesManagedObjectDefinition<? extends ReplicationServiceDiscoveryMechanismCfgClient,? extends ReplicationServiceDiscoveryMechanismCfg> definition()
definition in interface ConfigurationClientdefinition in interface ServiceDiscoveryMechanismCfgClientorg.forgerock.opendj.ldap.DN getBindDN()
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.
void setBindDN(org.forgerock.opendj.ldap.DN value)
throws PropertyException
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.
value - The value of the "bind-dn" property.PropertyException - If the new value is invalid.String getBindPassword()
The bind password for periodically reading replication server configurations
The bind password must be the same on all replication and directory servers
void setBindPassword(String value) throws PropertyException
The bind password for periodically reading replication server configurations
The bind password must be the same on all replication and directory servers
value - The value of the "bind-password" property.PropertyException - If the new value is invalid.long getDiscoveryInterval()
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.
void setDiscoveryInterval(Long value) throws PropertyException
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.
value - The value of the "discovery-interval" property.PropertyException - If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Replication Service Discovery Mechanism implementation.
getJavaClass in interface ServiceDiscoveryMechanismCfgClientvoid setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Replication Service Discovery Mechanism implementation.
setJavaClass in interface ServiceDiscoveryMechanismCfgClientvalue - The value of the "java-class" property.PropertyException - If the new value is invalid.Integer getPrimaryGroupId()
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.
void setPrimaryGroupId(Integer value) throws PropertyException
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.
value - The value of the "primary-group-id" property.PropertyException - If the new value is invalid.SortedSet<String> getReplicationServer()
Specifies the list of replication servers to contact periodically when discovering server replicas.
void setReplicationServer(Collection<String> values) throws PropertyException
Specifies the list of replication servers to contact periodically when discovering server replicas.
values - The values of the "replication-server" property.PropertyException - If one or more of the new values are invalid.Copyright © 2017-2020 Wren Security. All Rights Reserved.