Searched defs:bindCtls (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DSimpleClientId.java45 String protocol, Control[] bindCtls, OutputStream trace,
48 super(version, hostname, port, protocol, bindCtls, trace,
44 SimpleClientId(int version, String hostname, int port, String protocol, Control[] bindCtls, OutputStream trace, String socketFactory, String username, Object passwd) argument
H A DDigestClientId.java66 String protocol, Control[] bindCtls, OutputStream trace,
70 super(version, hostname, port, protocol, bindCtls, trace,
65 DigestClientId(int version, String hostname, int port, String protocol, Control[] bindCtls, OutputStream trace, String socketFactory, String username, Object passwd, Hashtable env) argument
H A DClientId.java60 final private Control[] bindCtls; field in class:ClientId
72 Control[] bindCtls, OutputStream trace, String socketFactory) {
77 this.bindCtls = (bindCtls != null ? (Control[]) bindCtls.clone() : null);
113 + (ctlHash=hashCodeControls(bindCtls));
132 && (equalsControls(bindCtls, other.bindCtls))
221 toStringControls(bindCtls) + ":" +
71 ClientId(int version, String hostname, int port, String protocol, Control[] bindCtls, OutputStream trace, String socketFactory) argument
H A DLdapClient.java312 Control[] bindCtls, String auth, boolean pauseAfterReceipt)
354 encodeControls(ber, bindCtls);
311 ldapBind(String dn, byte[]toServer, Control[] bindCtls, String auth, boolean pauseAfterReceipt) argument
H A DLdapCtx.java245 private Control[] bindCtls = null; // Controls to be sent with LDAP "bind" field in class:LdapCtx
431 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
595 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
648 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
752 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
826 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
878 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
1065 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
1135 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
1203 (LdapReferralContext)e.getReferralContext(envprops, bindCtls);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/sasl/
H A DLdapSasl.java89 * @param bindCtls The possibly null controls to accompany the bind
94 String authMech, Hashtable env, Control[] bindCtls)
126 res = clnt.ldapBind(null, response, bindCtls, mechName, true);
141 res = clnt.ldapBind(null, response, bindCtls, mechName, true);
92 saslBind(LdapClient clnt, Connection conn, String server, String dn, Object pw, String authMech, Hashtable env, Control[] bindCtls) argument

Completed in 53 milliseconds