Interface EntryMapper<T>

    • Method Detail

      • map

        T map​(Entry entry)
        throws LdapException
        Will be called once for each entry in the search result.
        Parameters:
        entry - An entry from the search result
        Returns:
        A object modeling the entry
        Throws:
        LdapException - If something goes wrong