Class DnUtils
- java.lang.Object
-
- org.apache.directory.api.ldap.model.name.DnUtils
-
public final class DnUtils extends Object
Utility class used to manipulate Dn or Rdn elements.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRdnAttributeType(String rdn)Gets the attributeType of a RDN (the left part of the RDN).static StringgetRdnValue(String rdn)Gets the value of a RDN ( the right part of the RDN).
-