java.lang.Object
com.webmethods.portal.service.dir.ldap.DN

public final class DN extends Object
  • Field Details

    • ESCAPED_CHAR

      public static final char[] ESCAPED_CHAR
  • Constructor Details

  • Method Details

    • explodeDN

      public String[] explodeDN(boolean noTypes)
      Returns an array of the individual components that make up the current distinguished name.
      Parameters:
      noTypes - specify true to remove the attribute type and equals sign (for example, "cn=") from each component
      Returns:
      the exploded DN
    • getRDNs

      public List<RDN> getRDNs()
    • toString

      public String toString()
      Overrides:
      toString in class Object