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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/sasl/
H A DLdapSasl.java85 * @param authMech A non-null space-separated list of SASL authentication
94 String authMech, Hashtable env, Control[] bindCtls)
110 String[] mechs = getSaslMechanismNames(authMech);
118 throw new AuthenticationNotSupportedException(authMech);
169 authMech);
92 saslBind(LdapClient clnt, Connection conn, String server, String dn, Object pw, String authMech, Hashtable env, Control[] bindCtls) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapPoolManager.java217 String authMech, String protocol, Hashtable env)
255 // Cannot use pooling if authMech is not a supported mechs
256 // Cannot use pooling if authMech contains multiple mechs
257 int p = findPool(authMech);
259 d("authmech not found: ", authMech);
264 d("using authmech: ", authMech);
296 String authMech, Control[] ctls, String protocol, String user,
303 int p = findPool(authMech);
307 authMech);
216 isPoolingAllowed(String socketFactory, OutputStream trace, String authMech, String protocol, Hashtable env) argument
294 getLdapClient(String host, int port, String socketFactory, int connTimeout, int readTimeout, OutputStream trace, int version, String authMech, Control[] ctls, String protocol, String user, Object passwd, Hashtable env) argument

Completed in 40 milliseconds