Uses of Interface
org.ldaptive.url.UrlFormatter
-
Packages that use UrlFormatter Package Description org.ldaptive.url -
-
Uses of UrlFormatter in org.ldaptive.url
Classes in org.ldaptive.url that implement UrlFormatter Modifier and Type Class Description class
AbstractUrlFormatter
Base implementation for LDAP URL formatters.class
MinimalUrlFormatter
Formats an LDAP URL using the exact properties contained in the LDAP URL.Methods in org.ldaptive.url with parameters of type UrlFormatter Modifier and Type Method Description String
Url. format(UrlFormatter formatter)
Returns a string representation of this LDAP URL.
-