public class ComplexDnParser extends Object
public void parseDn(String name, List<RDN> rdns) throws LdapInvalidDnException
name
- the string representation of the distinguished namerdns
- the (empty) list where parsed RDNs are put toLdapInvalidDnException
- the invalid name exceptionpublic void parseRdn(String name, RDN rdn) throws LdapInvalidDnException
name
- the string representationof the relative distinguished namerdn
- the (empty) RDN where parsed ATAVs are put toLdapInvalidDnException
- the invalid name exceptionCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.