Uses of Interface
org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
-
Packages that use SynchronizationProviderCfg 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. -
-
Uses of SynchronizationProviderCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SynchronizationProviderCfg Modifier and Type Method Description ManagedObjectDefinition<? extends SynchronizationProviderCfgClient,? extends SynchronizationProviderCfg>
SynchronizationProviderCfgClient. definition()
Get the configuration definition associated with this Synchronization Provider.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type SynchronizationProviderCfg Modifier and Type Method Description <C extends SynchronizationProviderCfgClient>
CRootCfgClient. createSynchronizationProvider(ManagedObjectDefinition<C,? extends SynchronizationProviderCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Synchronization Provider. -
Uses of SynchronizationProviderCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SynchronizationProviderCfg Modifier and Type Method Description SynchronizationProviderCfg
SynchronizationProviderCfgDefn. createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SynchronizationProviderCfg Modifier and Type Method Description Class<SynchronizationProviderCfg>
SynchronizationProviderCfgDefn. getServerConfigurationClass()
InstantiableRelationDefinition<SynchronizationProviderCfgClient,SynchronizationProviderCfg>
RootCfgDefn. getSynchronizationProvidersRelationDefinition()
Get the "synchronization-providers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SynchronizationProviderCfg Modifier and Type Method Description SynchronizationProviderCfg
SynchronizationProviderCfgDefn. createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg> impl)
-
Uses of SynchronizationProviderCfg in org.forgerock.opendj.server.config.server
Subinterfaces of SynchronizationProviderCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
ReplicationSynchronizationProviderCfg
A server-side interface for querying Replication Synchronization Provider settings.Methods in org.forgerock.opendj.server.config.server that return SynchronizationProviderCfg Modifier and Type Method Description SynchronizationProviderCfg
RootCfg. getSynchronizationProvider(String name)
Gets the named Synchronization Provider.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type SynchronizationProviderCfg Modifier and Type Method Description Class<? extends SynchronizationProviderCfg>
SynchronizationProviderCfg. configurationClass()
Gets the configuration class associated with this Synchronization Provider.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type SynchronizationProviderCfg Modifier and Type Method 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. -
Uses of SynchronizationProviderCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type SynchronizationProviderCfg Modifier and Type Class 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. -
Uses of SynchronizationProviderCfg in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type SynchronizationProviderCfg Modifier and Type Method Description List<SynchronizationProvider<? extends SynchronizationProviderCfg>>
DirectoryServer. getSynchronizationProviders()
List<SynchronizationProvider<? extends SynchronizationProviderCfg>>
ServerContext. getSynchronizationProviders()
Retrieves the set of synchronization providers that have been registered with the Directory Server.Methods in org.opends.server.core with parameters of type SynchronizationProviderCfg Modifier and Type Method Description ConfigChangeResult
SynchronizationProviderConfigManager. applyConfigurationAdd(SynchronizationProviderCfg cfg)
ConfigChangeResult
SynchronizationProviderConfigManager. applyConfigurationChange(SynchronizationProviderCfg cfg)
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)
Method parameters in org.opends.server.core with type arguments of type SynchronizationProviderCfg Modifier and Type Method Description void
DirectoryServer. registerSynchronizationProvider(SynchronizationProvider<? extends SynchronizationProviderCfg> provider)
void
ServerContext. registerSynchronizationProvider(SynchronizationProvider<? extends SynchronizationProviderCfg> provider)
Registers the provided synchronization provider with the Directory Server.
-