Uses of Interface
org.forgerock.opendj.server.config.client.SynchronizationProviderCfgClient
-
Packages that use SynchronizationProviderCfgClient 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. -
-
Uses of SynchronizationProviderCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of SynchronizationProviderCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
ReplicationSynchronizationProviderCfgClient
A client-side interface for reading and modifying Replication Synchronization Provider settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type SynchronizationProviderCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return SynchronizationProviderCfgClient Modifier and Type Method Description SynchronizationProviderCfgClient
RootCfgClient. getSynchronizationProvider(String name)
Gets the named Synchronization Provider.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SynchronizationProviderCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends SynchronizationProviderCfgClient,? extends SynchronizationProviderCfg>
SynchronizationProviderCfgClient. definition()
Get the configuration definition associated with this Synchronization Provider. -
Uses of SynchronizationProviderCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SynchronizationProviderCfgClient Modifier and Type Method Description SynchronizationProviderCfgClient
SynchronizationProviderCfgDefn. createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SynchronizationProviderCfgClient Modifier and Type Method Description 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 SynchronizationProviderCfgClient Modifier and Type Method Description SynchronizationProviderCfgClient
SynchronizationProviderCfgDefn. createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient> impl)
-