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

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java56 * is populated using registerAuth(). When getConnection() has created
115 registerAuth(ctx);
187 boolean registerAuth = false;
193 registerAuth = true;
197 if (registerAuth)
279 * If true is passed as 'connect' parameter, registerAuth() creates the
281 * fail, registerAuth() forwards the NamingException and does not register
290 private void registerAuth(LDAPURL ldapUrl, String dn, String pw, method in class:LDAPConnectionPool
323 * the connection and passes it to registerAuth(LDAPURL).
327 private void registerAuth(InitialLdapContex method in class:LDAPConnectionPool
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java56 * is populated using registerAuth(). When getConnection() has created
122 registerAuth(ctx);
214 boolean registerAuth = false;
220 registerAuth = true;
224 if (registerAuth)
324 * If true is passed as 'connect' parameter, registerAuth() creates the
326 * fail, registerAuth() forwards the NamingException and does not register
335 public void registerAuth(LDAPURL ldapUrl, String dn, String pw, method in class:LDAPConnectionPool
371 * the connection and passes it to registerAuth(LDAPURL).
375 public void registerAuth(InitialLdapContex method in class:LDAPConnectionPool
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java56 * is populated using registerAuth(). When getConnection() has created
122 registerAuth(ctx);
214 boolean registerAuth = false;
220 registerAuth = true;
224 if (registerAuth)
324 * If true is passed as 'connect' parameter, registerAuth() creates the
326 * fail, registerAuth() forwards the NamingException and does not register
335 public void registerAuth(LDAPURL ldapUrl, String dn, String pw, method in class:LDAPConnectionPool
371 * the connection and passes it to registerAuth(LDAPURL).
375 public void registerAuth(InitialLdapContex method in class:LDAPConnectionPool
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java56 * is populated using registerAuth(). When getConnection() has created
115 registerAuth(ctx);
187 boolean registerAuth = false;
193 registerAuth = true;
197 if (registerAuth)
279 * If true is passed as 'connect' parameter, registerAuth() creates the
281 * fail, registerAuth() forwards the NamingException and does not register
290 private void registerAuth(LDAPURL ldapUrl, String dn, String pw, method in class:LDAPConnectionPool
323 * the connection and passes it to registerAuth(LDAPURL).
327 private void registerAuth(InitialLdapContex method in class:LDAPConnectionPool
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java56 * is populated using registerAuth(). When getConnection() has created
122 registerAuth(ctx);
214 boolean registerAuth = false;
220 registerAuth = true;
224 if (registerAuth)
324 * If true is passed as 'connect' parameter, registerAuth() creates the
326 * fail, registerAuth() forwards the NamingException and does not register
335 public void registerAuth(LDAPURL ldapUrl, String dn, String pw, method in class:LDAPConnectionPool
371 * the connection and passes it to registerAuth(LDAPURL).
375 public void registerAuth(InitialLdapContex method in class:LDAPConnectionPool
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java58 * is populated using registerAuth(). When getConnection() has created
115 registerAuth(ctx);
187 boolean registerAuth = false;
193 registerAuth = true;
197 if (registerAuth)
279 * If true is passed as 'connect' parameter, registerAuth() creates the
281 * fail, registerAuth() forwards the NamingException and does not register
290 private void registerAuth(LDAPURL ldapUrl, String dn, String pw, method in class:LDAPConnectionPool
323 * the connection and passes it to registerAuth(LDAPURL).
327 private void registerAuth(InitialLdapContex method in class:LDAPConnectionPool
[all...]

Completed in 35 milliseconds