public interface DnParser
Modifier and Type | Method and Description |
---|---|
DistinguishedName |
dn()
Parse a full Distinguished Name.
|
LdapRdn |
rdn()
Parse a Relative Distinguished Name.
|
DistinguishedName dn() throws ParseException
DistinguishedName
corresponding to the parsed
stream.ParseException
LdapRdn rdn() throws ParseException
ParseException
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.