Interface SyncSourceContext

  • All Known Subinterfaces:
    LDAPSyncSourceContext

    public interface SyncSourceContext
    This interface provides basic contextual information about a SyncSource and the SyncPipe that is actively using it. It is intended to be extended for other Sync Sources so that additional context can be provided.
    • Method Detail

      • getSyncPipeName

        java.lang.String getSyncPipeName()
        Returns the active Sync Pipe.
        Returns:
        The Sync Pipe.
      • getName

        java.lang.String getName()
        Returns the name of the Sync Source.
        Returns:
        The name of the Sync Source.