Interface UrlFormatter

All Known Implementing Classes:
AbstractUrlFormatter, MinimalUrlFormatter

public interface UrlFormatter
Interface for formatting LDAP URLS.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Url url)
    Returns a string representation of the supplied LDAP URL.
  • Method Details

    • format

      String format(Url url)
      Returns a string representation of the supplied LDAP URL.
      Parameters:
      url - to format
      Returns:
      formatted LDAP URL