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.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
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 |
---|---|
<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 |
---|---|
SynchronizationProviderCfg |
SynchronizationProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<SynchronizationProviderCfg> |
SynchronizationProviderCfgDefn.getServerConfigurationClass() |
InstantiableRelationDefinition<SynchronizationProviderCfgClient,SynchronizationProviderCfg> |
RootCfgDefn.getSynchronizationProvidersRelationDefinition()
Get the "synchronization-providers" relation definition.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationProviderCfg |
SynchronizationProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationSynchronizationProviderCfg
A server-side interface for querying Replication Synchronization
Provider settings.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationProviderCfg |
RootCfg.getSynchronizationProvider(String name)
Gets the named Synchronization Provider.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends SynchronizationProviderCfg> |
SynchronizationProviderCfg.configurationClass()
Gets the configuration class associated with this Synchronization Provider.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationProviderCfg.addChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
Register to be notified when this Synchronization Provider is changed.
|
void |
RootCfg.addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
Registers to be notified when new Synchronization Providers are added.
|
void |
RootCfg.addSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener)
Registers to be notified when existing Synchronization Providers are deleted.
|
void |
SynchronizationProviderCfg.removeChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
Deregister an existing Synchronization Provider configuration change listener.
|
void |
RootCfg.removeSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
Deregisters an existing Synchronization Provider configuration add listener.
|
void |
RootCfg.removeSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener)
Deregisters an existing Synchronization Provider configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizationProvider<T extends SynchronizationProviderCfg>
This class defines the set of methods and structures that are available for use in a Directory Server synchronization
provider.
|
Modifier and Type | Method and Description |
---|---|
static List<SynchronizationProvider<SynchronizationProviderCfg>> |
DirectoryServer.getSynchronizationProviders()
Retrieves the set of synchronization providers that have been registered with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
SynchronizationProviderConfigManager.applyConfigurationAdd(SynchronizationProviderCfg configuration) |
ConfigChangeResult |
SynchronizationProviderConfigManager.applyConfigurationChange(SynchronizationProviderCfg configuration) |
ConfigChangeResult |
SynchronizationProviderConfigManager.applyConfigurationDelete(SynchronizationProviderCfg configuration) |
boolean |
SynchronizationProviderConfigManager.isConfigurationAddAcceptable(SynchronizationProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
SynchronizationProviderConfigManager.isConfigurationChangeAcceptable(SynchronizationProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
SynchronizationProviderConfigManager.isConfigurationDeleteAcceptable(SynchronizationProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerSynchronizationProvider(SynchronizationProvider<SynchronizationProviderCfg> provider)
Registers the provided synchronization provider with the Directory Server.
|
Copyright 2010-2018 ForgeRock AS.