public interface SynchronizationProviderCfg extends Configuration
Synchronization Providers are responsible for handling synchronization of the directory server data with other OpenDJ instances or other data repositories.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
Register to be notified when this Synchronization Provider is changed.
|
Class<? extends SynchronizationProviderCfg> |
configurationClass()
Gets the configuration class associated with this Synchronization Provider.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
Deregister an existing Synchronization Provider configuration change listener.
|
dn, name
Class<? extends SynchronizationProviderCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
listener
- The Synchronization Provider configuration change listener.void removeChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
listener
- The Synchronization Provider configuration change listener.boolean isEnabled()
Indicates whether the Synchronization Provider is enabled for use.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation.
Copyright 2010-2020 ForgeRock AS.