Package | Description |
---|---|
netscape.ldap |
Modifier and Type | Method and Description |
---|---|
LDAPUrl[] |
LDAPReferralException.getURLs()
Gets the list of referrals (LDAP URLs to other servers) returned by the LDAP server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPUrl.equals(LDAPUrl url)
Reports if the two objects represent the same URL
|
static LDAPEntry |
LDAPConnection.read(LDAPUrl toGet)
Reads the entry specified by the LDAP URL.
|
static LDAPSearchResults |
LDAPConnection.search(LDAPUrl toGet)
Performs the search specified by the LDAP URL.
|
static LDAPSearchResults |
LDAPConnection.search(LDAPUrl toGet,
LDAPSearchConstraints cons)
Performs the search specified by the LDAP URL.
|