Uses of Interface
org.ldaptive.url.UrlParser
-
Packages that use UrlParser Package Description org.ldaptive org.ldaptive.url -
-
Uses of UrlParser in org.ldaptive
Constructors in org.ldaptive with parameters of type UrlParser Constructor Description LdapURL(String ldapUrl, UrlParser parser)
Creates a new ldap url. -
Uses of UrlParser in org.ldaptive.url
Classes in org.ldaptive.url that implement UrlParser Modifier and Type Class Description class
DefaultUrlParser
Parses an LDAP URL string.class
RegexUrlParser
Parses an LDAP URL string using a regular expression.Constructors in org.ldaptive.url with parameters of type UrlParser Constructor Description Url(String url, UrlParser parser)
Creates a new ldap url.
-