public final class ServiceDiscoveryMechanismCfgDefn extends ManagedObjectDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg>
A Service Discovery Mechanism identifies a set of LDAP servers for load balancing
Modifier and Type | Method and Description |
---|---|
ServiceDiscoveryMechanismCfgClient |
createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient> impl)
Creates a client configuration view of the provided managed object.
|
ServiceDiscoveryMechanismCfg |
createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
static ServiceDiscoveryMechanismCfgDefn |
getInstance()
Get the Service Discovery Mechanism configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<ServiceDiscoveryMechanismCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
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 ServiceDiscoveryMechanismCfgDefn getInstance()
public ServiceDiscoveryMechanismCfgClient createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg>
impl
- The managed object.public ServiceDiscoveryMechanismCfg createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg>
impl
- The server managed object.public Class<ServiceDiscoveryMechanismCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg>
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Service Discovery Mechanism implementation.
Copyright 2010-2020 ForgeRock AS.