Package org.springframework.ldap.core
Interface DnParser
-
- All Known Implementing Classes:
DnParserImpl
public interface DnParserDeprecated.DistinguishedNameand associated classes are deprecated as of 2.0.A parser for RFC2253-compliant Distinguished Names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DistinguishedNamedn()Deprecated.Parse a full Distinguished Name.LdapRdnrdn()Deprecated.Parse a Relative Distinguished Name.
-
-
-
Method Detail
-
dn
DistinguishedName dn() throws ParseException
Deprecated.Parse a full Distinguished Name.- Returns:
- the
DistinguishedNamecorresponding to the parsed stream. - Throws:
ParseException
-
rdn
LdapRdn rdn() throws ParseException
Deprecated.Parse a Relative Distinguished Name.- Returns:
- the next rdn on the stream.
- Throws:
ParseException
-
-