public final class StaticServiceDiscoveryMechanismCfgDefn extends ManagedObjectDefinition<StaticServiceDiscoveryMechanismCfgClient,StaticServiceDiscoveryMechanismCfg>
A Static Service Discovery Mechanism returns a fixed list of LDAP directory servers.
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 StaticServiceDiscoveryMechanismCfgDefn getInstance()
public StaticServiceDiscoveryMechanismCfgClient createClientConfiguration(ManagedObject<? extends StaticServiceDiscoveryMechanismCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<StaticServiceDiscoveryMechanismCfgClient,StaticServiceDiscoveryMechanismCfg>
impl
- The managed object.public StaticServiceDiscoveryMechanismCfg createServerConfiguration(ServerManagedObject<? extends StaticServiceDiscoveryMechanismCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<StaticServiceDiscoveryMechanismCfgClient,StaticServiceDiscoveryMechanismCfg>
impl
- The server managed object.public Class<StaticServiceDiscoveryMechanismCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<StaticServiceDiscoveryMechanismCfgClient,StaticServiceDiscoveryMechanismCfg>
public DurationPropertyDefinition getDiscoveryIntervalPropertyDefinition()
Interval between two server configuration discovery executions.
Specifies how frequently to read the configuration of the servers in order to discover their new information.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Static Service Discovery Mechanism implementation.
public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()
Specifies the name of the key manager that should be used with this Static Service Discovery Mechanism.
public StringPropertyDefinition getPrimaryServerPropertyDefinition()
Specifies a list of servers that will be used in preference to secondary servers when available.
public StringPropertyDefinition getSecondaryServerPropertyDefinition()
Specifies a list of servers that will be used in place of primary servers when all primary servers are unavailable.
public StringPropertyDefinition getSslCertNicknamePropertyDefinition()
Specifies the nicknames (also called the aliases) of the keys or key pairs that the Static 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 Static 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 Static Service Discovery Mechanism.
public BooleanPropertyDefinition getUseSslPropertyDefinition()
Indicates whether the Static Service Discovery Mechanism should use SSL.
If enabled, the Static Service Discovery Mechanism will use SSL to encrypt communication with the clients.
public BooleanPropertyDefinition getUseStartTlsPropertyDefinition()
Indicates whether the Static Service Discovery Mechanism should use Start TLS.
If enabled, the Static Service Discovery Mechanism will use Start TLS to encrypt communication with remote servers.
Copyright 2010-2020 ForgeRock AS.