Class SourceEntryRetrievalEvent

    • Constructor Detail

      • SourceEntryRetrievalEvent

        public SourceEntryRetrievalEvent​(SyncTask source,
                                         String message,
                                         com.unboundid.ldap.sdk.DN dn)
        Creates a new source directory entry retrieval event.
        Parameters:
        source - The event source.
        message - The event message.
        dn - The distinguished name (DN) of the retrieved entry.
    • Method Detail

      • getDN

        public com.unboundid.ldap.sdk.DN getDN()
        Gets the distinguished name (DN) of the retrieved directory entry.
        Returns:
        The source entry DN.