Interface DnParser

All Known Implementing Classes:
DefaultDnParser

public interface DnParser
Interface for parsing DNs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the supplied DN into a list of RDNs.
  • Method Details

    • parse

      List<RDn> parse(String dn)
      Parses the supplied DN into a list of RDNs.
      Parameters:
      dn - to parse
      Returns:
      list of RDNs