Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationSynchronizationProviderCfgClient
A client-side interface for reading and modifying Replication
Synchronization Provider settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends SynchronizationProviderCfgClient> |
RootCfgClient.createSynchronizationProvider(ManagedObjectDefinition<C,? extends SynchronizationProviderCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Synchronization Provider.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationProviderCfgClient |
RootCfgClient.getSynchronizationProvider(String name)
Gets the named Synchronization Provider.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SynchronizationProviderCfgClient,? extends SynchronizationProviderCfg> |
SynchronizationProviderCfgClient.definition()
Get the configuration definition associated with this Synchronization Provider.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationProviderCfgClient |
SynchronizationProviderCfgDefn.createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<SynchronizationProviderCfgClient,SynchronizationProviderCfg> |
RootCfgDefn.getSynchronizationProvidersRelationDefinition()
Get the "synchronization-providers" relation definition.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationProviderCfgClient |
SynchronizationProviderCfgDefn.createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.