Uses of Class
netscape.ldap.LDAPUrl
Packages that use LDAPUrl
-
Uses of LDAPUrl in com.netscape.jndi.ldap
Methods in com.netscape.jndi.ldap that return LDAPUrlModifier and TypeMethodDescription(package private) LDAPUrl
ContextEnv.getDirectoryServerURL()
Get the Directory Server URL -
Uses of LDAPUrl in netscape.ldap
Fields in netscape.ldap declared as LDAPUrlMethods in netscape.ldap that return LDAPUrlModifier and TypeMethodDescriptionprivate LDAPUrl[]
LDAPReferralException.constructsURL
(String[] referrals) (package private) LDAPUrl
LDAPConnSetupMgr.getLDAPUrl()
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 LDAPUrlModifier and TypeMethodDescriptionprivate void
LDAPConnection.adjustReferrals
(LDAPUrl[] urls) Check for "ldap(s):///" referrals (no host:port) and replace them with "ldap(s)://currentHost:currentPort".(package private) void
boolean
Reports if the two objects represent the same URLstatic LDAPEntry
Reads the entry specified by the LDAP URL.private LDAPConnection
LDAPConnection.referralConnect
(LDAPUrl[] refList, LDAPConstraints cons) Set up connection for referral.static LDAPSearchResults
Performs the search specified by the LDAP URL.static LDAPSearchResults
LDAPConnection.search
(LDAPUrl toGet, LDAPSearchConstraints cons) Performs the search specified by the LDAP URL.Constructors in netscape.ldap with parameters of type LDAPUrlModifierConstructorDescription(package private)
LDAPConnSetupMgr
(LDAPUrl[] urls, LDAPSocketFactory factory) (package private)
ServerEntry
(LDAPUrl url, int status)