public final class SynchronizationProviderCfgDefn extends ManagedObjectDefinition<SynchronizationProviderCfgClient,SynchronizationProviderCfg>
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 |
---|---|
SynchronizationProviderCfgClient |
createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SynchronizationProviderCfg |
createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static SynchronizationProviderCfgDefn |
getInstance()
Get the Synchronization Provider configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<SynchronizationProviderCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static SynchronizationProviderCfgDefn getInstance()
public SynchronizationProviderCfgClient createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<SynchronizationProviderCfgClient,SynchronizationProviderCfg>
impl
- The managed object.public SynchronizationProviderCfg createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<SynchronizationProviderCfgClient,SynchronizationProviderCfg>
impl
- The server managed object.public Class<SynchronizationProviderCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<SynchronizationProviderCfgClient,SynchronizationProviderCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Synchronization Provider is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.