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