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 UrlLdapURL. urlParsed URL properties.Methods in org.ldaptive that return Url Modifier and Type Method Description UrlLdapURL. 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 UrlDefaultUrlParser. parse(String url)UrlRegexUrlParser. parse(String url)UrlUrlParser. parse(String url)Parses the supplied URL into aUrl.Methods in org.ldaptive.url with parameters of type Url Modifier and Type Method Description StringAbstractUrlFormatter. format(Url url)StringUrlFormatter. 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.
-