public class ComplexDnParser extends Object
Constructor and Description |
---|
ComplexDnParser() |
Modifier and Type | Method and Description |
---|---|
void |
parseDn(String name,
List<RDN> rdns)
Parses an DN.
|
void |
parseRdn(String name,
RDN rdn)
Parses an RDN.
|
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–2014 The Apache Software Foundation. All rights reserved.