Uses of Interface
org.ldaptive.dn.DnParser
-
Packages that use DnParser Package Description org.ldaptive.dn -
-
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.
-