|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jndi.toolkit.url.Uri
com.sun.jndi.ldap.LdapURL
public final class LdapURL
| Field Summary |
|---|
| Fields inherited from class com.sun.jndi.toolkit.url.Uri |
|---|
hasAuthority, host, path, port, query, scheme, uri |
| Constructor Summary | |
|---|---|
LdapURL(String url)
Creates an LdapURL object from an LDAP URL string. |
|
| Method Summary | |
|---|---|
static String[] |
fromList(String urlList)
Given a space-separated list of LDAP URLs, returns an array of strings. |
String |
getAttributes()
Returns the LDAP URL's attributes. |
String |
getDN()
Returns the LDAP URL's distinguished name. |
String |
getExtensions()
Returns the LDAP URL's extensions. |
String |
getFilter()
Returns the LDAP URL's filter. |
String |
getScope()
Returns the LDAP URL's scope. |
static boolean |
hasQueryComponents(String url)
Derermines whether an LDAP URL has query components. |
boolean |
useSsl()
Returns true if the URL is an LDAPS URL. |
| Methods inherited from class com.sun.jndi.toolkit.url.Uri |
|---|
getHost, getPath, getPort, getQuery, getScheme, init, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LdapURL(String url)
throws NamingException
NamingException| Method Detail |
|---|
public boolean useSsl()
public String getDN()
public String getAttributes()
public String getScope()
public String getFilter()
public String getExtensions()
public static String[] fromList(String urlList)
throws NamingException
NamingExceptionpublic static boolean hasQueryComponents(String url)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||