Searched refs:LdapURL (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java30 import com.sun.jndi.ldap.LdapURL;
36 LdapURL ldURL = new LdapURL("ldap://www.example.com/" + uid);
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContext.java33 import com.sun.jndi.ldap.LdapURL;
71 LdapURL ldapUrl = new LdapURL(url);
91 if (LdapURL.hasQueryComponents(name)) {
99 if (LdapURL.hasQueryComponents(name.get(0))) {
107 if (LdapURL.hasQueryComponents(name)) {
115 if (LdapURL.hasQueryComponents(name.get(0))) {
123 if (LdapURL.hasQueryComponents(name)) {
131 if (LdapURL.hasQueryComponents(name.get(0))) {
139 if (LdapURL
[all...]
H A DldapURLContextFactory.java34 import com.sun.jndi.ldap.LdapURL;
58 LdapURL ldapUrl = new LdapURL(url);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSearchEnumeration.java79 LdapURL.toUrlString(homeCtx.hostname, homeCtx.port_number,
86 LdapURL.toUrlString(homeCtx.hostname, homeCtx.port_number,
H A DLdapURL.java68 final public class LdapURL extends Uri { class in inherits:Uri
78 * Creates an LdapURL object from an LDAP URL string.
80 public LdapURL(String url) throws NamingException { method in class:LdapURL
257 LdapURL url = new LdapURL(args[0]);
H A DLdapCtxFactory.java76 String[] urls = LdapURL.fromList(providerUrl);
164 LdapURL ldapUrl = new LdapURL(url);
H A DServiceLocator.java42 import com.sun.jndi.ldap.LdapURL;
H A DLdapReferralContext.java154 LdapURL url = new LdapURL(referral);
H A DLdapCtx.java1735 url = LdapURL.toUrlString(hostname, port_number, currentDN,
2757 LdapURL url;
2777 url = new LdapURL(referral);

Completed in 738 milliseconds