Package org.ldaptive.url
Interface UrlParser
-
- All Known Implementing Classes:
DefaultUrlParser
,RegexUrlParser
public interface UrlParser
Interface for parsing LDAP URLs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Url
parse(String url)
Parses the supplied URL into aUrl
.
-