Uses of Interface
org.ldaptive.dn.DnParser
-
Packages that use DnParser Package Description org.ldaptive.dn org.ldaptive.url -
-
Uses of DnParser in org.ldaptive.dn
Classes in org.ldaptive.dn that implement DnParser Modifier and Type Class Description class
DefaultDnParser
Parses DNs following the rules in RFC 4514.Constructors in org.ldaptive.dn with parameters of type DnParser Constructor Description Dn(String dn, DnParser parser)
Creates a new DN with the supplied string.RDn(String rdn, DnParser parser)
Creates a new RDN with the supplied string. -
Uses of DnParser in org.ldaptive.url
Fields in org.ldaptive.url declared as DnParser Modifier and Type Field Description private static DnParser
Url. DN_PARSER
For parsing DNs.
-