Class DefaultDnParserFactory


  • public final class DefaultDnParserFactory
    extends java.lang.Object
    Deprecated.
    DistinguishedName and associated classes are deprecated as of 2.0.
    A factory for creating DnParser instances. The actual implementation of DnParser is generated using javacc and should not be constructed directly.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static DnParser createDnParser​(java.lang.String string)
      Deprecated.
      Create a new DnParser instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createDnParser

        public static DnParser createDnParser​(java.lang.String string)
        Deprecated.
        Create a new DnParser instance.
        Parameters:
        string - the DN String to be parsed.
        Returns:
        a new DnParser instance for parsing the supplied DN string.