| 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)
Creates a client configuration view of the provided managed object.
|
| Modifier and Type | Method and Description |
|---|---|
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)
Creates a client configuration view of the provided managed object.
|
Copyright © 2017-2020 Wren Security. All Rights Reserved.