KLdap

KLDAPWidgets::LdapResult Struct Reference

#include <ldapclientsearch.h>

Public Types

using List = QList<LdapResult>
 

Public Attributes

int clientNumber
 
int completionWeight
 
KLDAPCore::LdapDN dn
 
QStringList email
 
QString name
 

Detailed Description

Describes the result returned by an LdapClientSearch query.

Since
4.5

Definition at line 36 of file ldapclientsearch.h.

Member Typedef Documentation

◆ List

A list of LdapResult objects.

Definition at line 40 of file ldapclientsearch.h.

Member Data Documentation

◆ clientNumber

int KLDAPWidgets::LdapResult::clientNumber

The client the contact comes from (used for sorting in a ldap-only lookup).

Definition at line 45 of file ldapclientsearch.h.

◆ completionWeight

int KLDAPWidgets::LdapResult::completionWeight

The weight of the contact (used for sorting in a completion list).

Definition at line 46 of file ldapclientsearch.h.

◆ dn

KLDAPCore::LdapDN KLDAPWidgets::LdapResult::dn

Definition at line 42 of file ldapclientsearch.h.

◆ email

QStringList KLDAPWidgets::LdapResult::email

The list of emails of the contact.

Definition at line 44 of file ldapclientsearch.h.

◆ name

QString KLDAPWidgets::LdapResult::name

The full name of the contact.

Definition at line 43 of file ldapclientsearch.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:49:22 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.