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 | getLDAPConnection() |
BBjLDAPConnection | getLDAPConnection(String host, int port, String bindDN, String password) |
Methods of BBjLDAPConnection
Return Value | Method |
---|---|
BBjLDAPBindResult | bind(String bindDN, String password) |
void | close() |
BBjLDAPSearchResult | search(String baseDN, int scope, int sizeLimit, int timeLimit, String filter) |
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.