Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationServiceDiscoveryMechanismCfgClient
A client-side interface for reading and modifying Replication
Service Discovery Mechanism settings.
|
interface |
StaticServiceDiscoveryMechanismCfgClient
A client-side interface for reading and modifying Static Service
Discovery Mechanism settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends ServiceDiscoveryMechanismCfgClient> |
RootCfgClient.createServiceDiscoveryMechanism(ManagedObjectDefinition<C,? extends ServiceDiscoveryMechanismCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Service Discovery Mechanism.
|
Modifier and Type | Method and Description |
---|---|
ServiceDiscoveryMechanismCfgClient |
RootCfgClient.getServiceDiscoveryMechanism(String name)
Gets the named Service Discovery Mechanism.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ServiceDiscoveryMechanismCfgClient,? extends ServiceDiscoveryMechanismCfg> |
ServiceDiscoveryMechanismCfgClient.definition()
Get the configuration definition associated with this Service Discovery Mechanism.
|
Modifier and Type | Method and Description |
---|---|
ServiceDiscoveryMechanismCfgClient |
ServiceDiscoveryMechanismCfgDefn.createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
AggregationPropertyDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg> |
ProxyBackendCfgDefn.getServiceDiscoveryMechanismPropertyDefinition()
Get the "service-discovery-mechanism" property definition.
|
InstantiableRelationDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg> |
RootCfgDefn.getServiceDiscoveryMechanismsRelationDefinition()
Get the "service-discovery-mechanisms" relation definition.
|
Modifier and Type | Method and Description |
---|---|
ServiceDiscoveryMechanismCfgClient |
ServiceDiscoveryMechanismCfgDefn.createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient> impl) |
Copyright 2010-2020 ForgeRock AS.