Searched defs:Rdn (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DRdn.java54 * The Rdn class represents an RDN as attribute type/value mappings,
58 * of type and value when the Rdn consist of a single type/value pair,
66 * <code>Rdn</code> will properly parse all valid RDNs, but
75 * The following code example shows how to construct an Rdn using the
78 * Rdn rdn = new Rdn("cn", "Juicy, Fruit");
90 * Rdn rdn = new Rdn("cn=Juicy\\, Fruit");
96 * <tt>Rdn</tt> need not be synchronized.
105 public class Rdn implement class in inherits:Serializable,Comparable
129 public Rdn(Attributes attrSet) throws InvalidNameException { method in class:Rdn
163 public Rdn(String rdnString) throws InvalidNameException { method in class:Rdn
174 public Rdn(Rdn rdn) { method in class:Rdn
193 public Rdn(String type, Object value) throws InvalidNameException { method in class:Rdn
212 Rdn() { method in class:Rdn
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapName.java133 Rdn rdn = (Rdn)rdns.elementAt(i);
158 Rdn rdn1 = (Rdn)rdns.elementAt(i);
159 Rdn rdn2 = (Rdn)that.rdns.elementAt(i);
175 Rdn rdn = (Rdn)rdns.elementAt(i);
254 Rdn rdn;
257 rdn = (Rdn)l
592 static class Rdn { class in class:LdapName
[all...]

Completed in 39 milliseconds