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