Uses of Class
org.ldaptive.url.Url
-
Packages that use Url Package Description org.ldaptive org.ldaptive.url -
-
Uses of Url in org.ldaptive
Fields in org.ldaptive declared as Url Modifier and Type Field Description private Url
LdapURL. url
Parsed URL properties.Methods in org.ldaptive that return Url Modifier and Type Method Description Url
LdapURL. getUrl()
Constructors in org.ldaptive with parameters of type Url Constructor Description LdapURL(Url ldapURL)
Creates a new LDAP URL with the suppliedUrl
. -
Uses of Url in org.ldaptive.url
Methods in org.ldaptive.url that return Url Modifier and Type Method Description Url
DefaultUrlParser. parse(String url)
Url
RegexUrlParser. parse(String url)
Url
UrlParser. parse(String url)
Parses the supplied URL into aUrl
.Methods in org.ldaptive.url with parameters of type Url Modifier and Type Method Description String
AbstractUrlFormatter. format(Url url)
String
UrlFormatter. format(Url url)
Returns a string representation of the supplied LDAP URL.Constructors in org.ldaptive.url with parameters of type Url Constructor Description Url(Url ldapURL)
Copy constructor.
-