public final class

LdapURL

extends Uri
java.lang.Object
   ↳ com.sun.jndi.toolkit.url.Uri
     ↳ com.sun.jndi.ldap.LdapURL

Summary

[Expand]
Inherited Fields
From class com.sun.jndi.toolkit.url.Uri
Public Constructors
LdapURL(String url)
Creates an LdapURL object from an LDAP URL string.
Public Methods
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.
[Expand]
Inherited Methods
From class com.sun.jndi.toolkit.url.Uri
From class java.lang.Object

Public Constructors

public LdapURL (String url)

Creates an LdapURL object from an LDAP URL string.

Public Methods

public static String[] fromList (String urlList)

Given a space-separated list of LDAP URLs, returns an array of strings.

public String getAttributes ()

Returns the LDAP URL's attributes.

public String getDN ()

Returns the LDAP URL's distinguished name.

public String getExtensions ()

Returns the LDAP URL's extensions.

public String getFilter ()

Returns the LDAP URL's filter.

public String getScope ()

Returns the LDAP URL's scope.

public static boolean hasQueryComponents (String url)

Derermines whether an LDAP URL has query components.

public boolean useSsl ()

Returns true if the URL is an LDAPS URL.