
BBjLDAPEntry
Description
Contains the information for a single entry in an LDAP directory. These objects are retrieved using a search query (see BBjLDAPConnection::search).
Creation
Obtain a list of BBjLDAPEntry objects through the following BBjLDAPSearchResult method:
Return Value |
Method |
Methods of BBjLDAPEntry
Return Value |
Method |
void |
addAttribute(string name, string values) |
void |
addAttributes(string name, BBjVector values) |
BBjVector |
|
string |
getAttributeValue(string name) |
BBjVector |
getAttributeValues(string name) |
string |
getDN() |
Remarks
None.
Constants
None.
Example
See Also
Using LDAP and Active Directory User Authentication
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.