Uses of Class
netscape.ldap.LDAPUrl
-
Packages that use LDAPUrl Package Description netscape.ldap -
-
Uses of LDAPUrl in netscape.ldap
Methods in netscape.ldap that return LDAPUrl Modifier and Type Method Description LDAPUrl[]
LDAPReferralException. getURLs()
Gets the list of referrals (LDAP URLs to other servers) returned by the LDAP server.Methods in netscape.ldap with parameters of type LDAPUrl Modifier and Type Method Description boolean
LDAPUrl. equals(LDAPUrl url)
Reports if the two objects represent the same URLstatic 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.
-