class ComplexDnParser
extends java.lang.Object
| Constructor and Description |
|---|
ComplexDnParser() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
parseDn(java.lang.String name,
java.util.List<Rdn> rdns)
Parses an Dn.
|
(package private) void |
parseRdn(java.lang.String name,
Rdn rdn)
Parses an Rdn.
|
void parseDn(java.lang.String name,
java.util.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(java.lang.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 exception