Package org.ldaptive.url
Interface UrlFormatter
-
- All Known Implementing Classes:
AbstractUrlFormatter,MinimalUrlFormatter
public interface UrlFormatterInterface for formatting LDAP URLS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Url url)Returns a string representation of the supplied LDAP URL.
-