Searched refs:SimpleClientId (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DSimpleClientId.java39 class SimpleClientId extends ClientId { class in inherits:ClientId
44 SimpleClientId(int version, String hostname, int port, method in class:SimpleClientId
70 if (obj == null || !(obj instanceof SimpleClientId)) {
74 SimpleClientId other = (SimpleClientId)obj;
H A DDigestClientId.java35 * Extends SimpleClientId to add property values specific for Digest-MD5.
39 * Two DigestClientIds are identical iff they pass the SimpleClientId
44 class DigestClientId extends SimpleClientId {
H A DLdapPoolManager.java317 id = new SimpleClientId(version, host, port, protocol,

Completed in 84 milliseconds