com.unboundid.directory.sdk.sync.internal
Annotation Type SynchronizationServerExtension


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface SynchronizationServerExtension

This annotation type may be used to indicate that the marked class represents an API that can be used to create an extension for use in the Synchronization Server (which may also be referred to as the Identity Data Sync Server).


Required Element Summary
 boolean appliesToLocalContent
          Indicates whether this extension applies to content which exists locally within the Synchronization Server (e.g., configuration or monitor data).
 boolean appliesToSynchronizedContent
          Indicates whether this extension applies to remote content which is synchronized between source and destination servers.
 
Optional Element Summary
 java.lang.String notes
          A set of notes about the usage of this API in the Synchronization Server.
 

Element Detail

appliesToLocalContent

public abstract boolean appliesToLocalContent
Indicates whether this extension applies to content which exists locally within the Synchronization Server (e.g., configuration or monitor data).


appliesToSynchronizedContent

public abstract boolean appliesToSynchronizedContent
Indicates whether this extension applies to remote content which is synchronized between source and destination servers.

notes

public abstract java.lang.String notes
A set of notes about the usage of this API in the Synchronization Server.

Default:
""