BBjLDAPConnection
Description
In BBj 11.0 and higher, BBjLDAPConnection provides access to an LDAP or Active Directory server and the information it contains.
Creation
Obtain a BBjLDAPConnection object through the following BBjAPI method:
Return Value |
Method |
BBjLDAPConnection |
|
BBjLDAPConnection |
getLDAPConnection(host, port, bindDN, password) |
Methods of BBjLDAPConnection
Return Value |
Method |
BBjLDAPBindResult |
bind(string bindD, string password) |
void |
close() |
BBjSearchResult |
search(string baseDN, int scope, int sizeLimit, int timeLimit, string filter) |
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.