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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
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]);

Completed in 31 milliseconds