Package org.ldaptive.dn
Interface DnParser
-
- All Known Implementing Classes:
DefaultDnParser
public interface DnParser
Interface for parsing DNs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RDn>
parse(String dn)
Parses the supplied DN into a list of RDNs.
-