Package org.springframework.ldap.core
Interface DnParser
- All Known Implementing Classes:
 DnParserImpl
public interface DnParser
Deprecated.
A parser for RFC2253-compliant Distinguished Names.
- 
Method Details
- 
dn
Deprecated.Parse a full Distinguished Name.- Returns:
 - the 
DistinguishedNamecorresponding to the parsed stream. - Throws:
 ParseException
 - 
rdn
Deprecated.Parse a Relative Distinguished Name.- Returns:
 - the next rdn on the stream.
 - Throws:
 ParseException
 
 - 
 
DistinguishedNameand associated classes are deprecated as of 2.0.