Class DefaultDnParser

  • All Implemented Interfaces:
    DnParser

    public final class DefaultDnParser
    extends java.lang.Object
    implements DnParser
    Parses DNs following the rules in RFC 4514. Attempts to be as generous as possible in the format of allowed DNs.
    Author:
    Middleware Services
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultDnParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<RDn> parse​(java.lang.String dn)
      Parses the supplied DN into a list of RDNs.
      • Methods inherited from class java.lang.Object

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

      • DefaultDnParser

        public DefaultDnParser()
    • Method Detail

      • parse

        public java.util.List<RDn> parse​(java.lang.String dn)
        Parses the supplied DN into a list of RDNs.
        Specified by:
        parse in interface DnParser
        Parameters:
        dn - to parse
        Returns:
        unmodifiable list of RDNs