public final class ReplicationServiceDiscoveryMechanismCfgDefn extends ManagedObjectDefinition<ReplicationServiceDiscoveryMechanismCfgClient,ReplicationServiceDiscoveryMechanismCfg>
A Replication Service Discovery Mechanism returns the set of directory servers participating in a replication topology.
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static ReplicationServiceDiscoveryMechanismCfgDefn getInstance()
public ReplicationServiceDiscoveryMechanismCfgClient createClientConfiguration(ManagedObject<? extends ReplicationServiceDiscoveryMechanismCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<ReplicationServiceDiscoveryMechanismCfgClient,ReplicationServiceDiscoveryMechanismCfg>
impl
- The managed object.public ReplicationServiceDiscoveryMechanismCfg createServerConfiguration(ServerManagedObject<? extends ReplicationServiceDiscoveryMechanismCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<ReplicationServiceDiscoveryMechanismCfgClient,ReplicationServiceDiscoveryMechanismCfg>
impl
- The server managed object.public Class<ReplicationServiceDiscoveryMechanismCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<ReplicationServiceDiscoveryMechanismCfgClient,ReplicationServiceDiscoveryMechanismCfg>
public DnPropertyDefinition getBindDnPropertyDefinition()
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.
public StringPropertyDefinition getBindPasswordPropertyDefinition()
The clear-text bind password for periodically reading replication server configurations.
The bind password must be the same on all replication and directory servers.
public DurationPropertyDefinition getDiscoveryIntervalPropertyDefinition()
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.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Replication Service Discovery Mechanism implementation.
public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()
Specifies the name of the key manager that should be used with this Replication Service Discovery Mechanism.
public IntegerPropertyDefinition getPrimaryGroupIdPropertyDefinition()
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.
public StringPropertyDefinition getReplicationServerPropertyDefinition()
Specifies the list of replication servers to contact periodically when discovering server replicas.
Since the replication servers will be contacted to perform this administrative task, the administration port should be used to ensure timely responses in all circumstances.
public StringPropertyDefinition getSslCertNicknamePropertyDefinition()
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.
public AggregationPropertyDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg> getTrustManagerProviderPropertyDefinition()
Specifies the name of the trust manager that should be used with the Replication Service Discovery Mechanism.
public BooleanPropertyDefinition getUseSslPropertyDefinition()
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.
public BooleanPropertyDefinition getUseStartTlsPropertyDefinition()
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.
Copyright 2010-2018 ForgeRock AS.