/forgerock/opendj2/src/ads/org/opends/admin/ads/util/ |
H A D | PreferredConnection.java | 41 private String ldapUrl; field in class:PreferredConnection 64 * @param ldapUrl the LDAP URL to connect to the server. 68 public PreferredConnection(String ldapUrl, Type type) argument 70 this.ldapUrl = ldapUrl; 80 return ldapUrl; 97 return (type+ldapUrl.toLowerCase()).hashCode(); 113 ldapUrl.equalsIgnoreCase(p.getLDAPURL()); 133 String ldapUrl = ConnectionUtils.getLdapUrl(ctx); 147 return new PreferredConnection(ldapUrl, typ [all...] |
H A D | ConnectionUtils.java | 584 * @param ldapUrl the LDAP URL of the server. 592 public static boolean canConnectAsAdministrativeUser(String ldapUrl, argument 599 if (ldapUrl.toLowerCase().startsWith("ldap:")) 601 ctx = createLdapContext(ldapUrl, dn, pwd, timeout, 606 ctx = createLdapsContext(ldapUrl, dn, pwd, timeout, 800 String ldapUrl; 804 ldapUrl = "ldaps://"+host+":"+port; 808 ldapUrl = "ldap://"+host+":"+port; 810 return ldapUrl;
|
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/ |
H A D | PreferredConnection.java | 40 private String ldapUrl; field in class:PreferredConnection 63 * @param ldapUrl the LDAP URL to connect to the server. 67 public PreferredConnection(String ldapUrl, Type type) argument 69 this.ldapUrl = ldapUrl; 79 return ldapUrl; 96 return (type+ldapUrl.toLowerCase()).hashCode(); 112 ldapUrl.equalsIgnoreCase(p.getLDAPURL()); 132 String ldapUrl = ConnectionUtils.getLdapUrl(ctx); 146 PreferredConnection cnx = new PreferredConnection(ldapUrl, typ [all...] |
H A D | ConnectionUtils.java | 578 * @param ldapUrl the LDAP URL of the server. 586 public static boolean canConnectAsAdministrativeUser(String ldapUrl, argument 593 if (ldapUrl.toLowerCase().startsWith("ldap:")) 595 ctx = createLdapContext(ldapUrl, dn, pwd, timeout, 600 ctx = createLdapsContext(ldapUrl, dn, pwd, timeout, 794 String ldapUrl; 798 ldapUrl = "ldaps://"+host+":"+port; 802 ldapUrl = "ldap://"+host+":"+port; 804 return ldapUrl;
|
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/ |
H A D | PreferredConnection.java | 40 private String ldapUrl; field in class:PreferredConnection 63 * @param ldapUrl the LDAP URL to connect to the server. 67 public PreferredConnection(String ldapUrl, Type type) argument 69 this.ldapUrl = ldapUrl; 79 return ldapUrl; 96 return (type+ldapUrl.toLowerCase()).hashCode(); 112 ldapUrl.equalsIgnoreCase(p.getLDAPURL()); 132 String ldapUrl = ConnectionUtils.getLdapUrl(ctx); 146 PreferredConnection cnx = new PreferredConnection(ldapUrl, typ [all...] |
H A D | ConnectionUtils.java | 585 * @param ldapUrl the LDAP URL of the server. 593 public static boolean canConnectAsAdministrativeUser(String ldapUrl, argument 600 if (ldapUrl.toLowerCase().startsWith("ldap:")) 602 ctx = createLdapContext(ldapUrl, dn, pwd, timeout, 607 ctx = createLdapsContext(ldapUrl, dn, pwd, timeout, 801 String ldapUrl; 805 ldapUrl = "ldaps://"+host+":"+port; 809 ldapUrl = "ldap://"+host+":"+port; 811 return ldapUrl;
|
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/ |
H A D | PreferredConnection.java | 41 private String ldapUrl; field in class:PreferredConnection 64 * @param ldapUrl the LDAP URL to connect to the server. 68 public PreferredConnection(String ldapUrl, Type type) argument 70 this.ldapUrl = ldapUrl; 80 return ldapUrl; 97 return (type+ldapUrl.toLowerCase()).hashCode(); 113 ldapUrl.equalsIgnoreCase(p.getLDAPURL()); 133 String ldapUrl = ConnectionUtils.getLdapUrl(ctx); 147 return new PreferredConnection(ldapUrl, typ [all...] |
H A D | ConnectionUtils.java | 584 * @param ldapUrl the LDAP URL of the server. 592 public static boolean canConnectAsAdministrativeUser(String ldapUrl, argument 599 if (ldapUrl.toLowerCase().startsWith("ldap:")) 601 ctx = createLdapContext(ldapUrl, dn, pwd, timeout, 606 ctx = createLdapsContext(ldapUrl, dn, pwd, timeout, 800 String ldapUrl; 804 ldapUrl = "ldaps://"+host+":"+port; 808 ldapUrl = "ldap://"+host+":"+port; 810 return ldapUrl;
|
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/ |
H A D | PreferredConnection.java | 40 private String ldapUrl; field in class:PreferredConnection 63 * @param ldapUrl the LDAP URL to connect to the server. 67 public PreferredConnection(String ldapUrl, Type type) argument 69 this.ldapUrl = ldapUrl; 79 return ldapUrl; 96 return (type+ldapUrl.toLowerCase()).hashCode(); 112 ldapUrl.equalsIgnoreCase(p.getLDAPURL()); 132 String ldapUrl = ConnectionUtils.getLdapUrl(ctx); 146 PreferredConnection cnx = new PreferredConnection(ldapUrl, typ [all...] |
H A D | ConnectionUtils.java | 578 * @param ldapUrl the LDAP URL of the server. 586 public static boolean canConnectAsAdministrativeUser(String ldapUrl, argument 593 if (ldapUrl.toLowerCase().startsWith("ldap:")) 595 ctx = createLdapContext(ldapUrl, dn, pwd, timeout, 600 ctx = createLdapsContext(ldapUrl, dn, pwd, timeout, 794 String ldapUrl; 798 ldapUrl = "ldaps://"+host+":"+port; 802 ldapUrl = "ldap://"+host+":"+port; 804 return ldapUrl;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/ |
H A D | PreferredConnection.java | 51 private String ldapUrl; field in class:PreferredConnection 56 * @param ldapUrl the LDAP URL to connect to the server. 60 public PreferredConnection(String ldapUrl, Type type) argument 62 this.ldapUrl = ldapUrl; 72 return ldapUrl; 87 return (type+ldapUrl.toLowerCase()).hashCode(); 101 && ldapUrl.equalsIgnoreCase(p.getLDAPURL()); 116 String ldapUrl = ConnectionUtils.getLdapUrl(ctx); 130 return new PreferredConnection(ldapUrl, typ [all...] |
H A D | ConnectionUtils.java | 553 * @param ldapUrl the LDAP URL of the server. 561 public static boolean canConnectAsAdministrativeUser(String ldapUrl, argument 568 if (ldapUrl.toLowerCase().startsWith("ldap:")) 570 ctx = createLdapContext(ldapUrl, dn, pwd, timeout, 575 ctx = createLdapsContext(ldapUrl, dn, pwd, timeout,
|
/forgerock/opendj2/src/ads/org/opends/admin/ads/ |
H A D | TopologyCacheException.java | 43 private String ldapUrl; field in class:TopologyCacheException 111 * @param ldapUrl the LDAP URL of the server we where connected to (or trying 115 ApplicationTrustManager trustManager, String ldapUrl) 119 this.ldapUrl = ldapUrl; 140 return ldapUrl; 151 int index = ldapUrl.indexOf("//"); 152 return ldapUrl.substring(index + 2); 114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
|
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/ |
H A D | TopologyCacheException.java | 43 private String ldapUrl; field in class:TopologyCacheException 111 * @param ldapUrl the LDAP URL of the server we where connected to (or trying 115 ApplicationTrustManager trustManager, String ldapUrl) 119 this.ldapUrl = ldapUrl; 140 return ldapUrl; 151 int index = ldapUrl.indexOf("//"); 152 String hostPort = ldapUrl.substring(index + 2); 114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
|
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/ |
H A D | TopologyCacheException.java | 43 private String ldapUrl; field in class:TopologyCacheException 111 * @param ldapUrl the LDAP URL of the server we where connected to (or trying 115 ApplicationTrustManager trustManager, String ldapUrl) 119 this.ldapUrl = ldapUrl; 140 return ldapUrl; 151 int index = ldapUrl.indexOf("//"); 152 String hostPort = ldapUrl.substring(index + 2); 114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
|
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/ |
H A D | TopologyCacheException.java | 43 private String ldapUrl; field in class:TopologyCacheException 111 * @param ldapUrl the LDAP URL of the server we where connected to (or trying 115 ApplicationTrustManager trustManager, String ldapUrl) 119 this.ldapUrl = ldapUrl; 140 return ldapUrl; 151 int index = ldapUrl.indexOf("//"); 152 return ldapUrl.substring(index + 2); 114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
|
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/ |
H A D | TopologyCacheException.java | 43 private String ldapUrl; field in class:TopologyCacheException 111 * @param ldapUrl the LDAP URL of the server we where connected to (or trying 115 ApplicationTrustManager trustManager, String ldapUrl) 119 this.ldapUrl = ldapUrl; 140 return ldapUrl; 151 int index = ldapUrl.indexOf("//"); 152 String hostPort = ldapUrl.substring(index + 2); 114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/ |
H A D | TopologyCacheException.java | 43 private String ldapUrl; field in class:TopologyCacheException 111 * @param ldapUrl the LDAP URL of the server we where connected to (or trying 115 ApplicationTrustManager trustManager, String ldapUrl) 119 this.ldapUrl = ldapUrl; 140 return ldapUrl; 151 int index = ldapUrl.indexOf("//"); 152 return ldapUrl.substring(index + 2); 114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | LDAPConnectionPool.java | 161 * @param ldapUrl the LDAP URL to which the connection must connect. 165 public InitialLdapContext getConnection(LDAPURL ldapUrl) argument 167 String key = makeKeyFromLDAPUrl(ldapUrl); 195 cr.ctx = createLDAPConnection(ldapUrl, authRecord); 283 * @param ldapUrl the LDAP URL of the server. 290 private void registerAuth(LDAPURL ldapUrl, String dn, String pw, argument 293 String key = makeKeyFromLDAPUrl(ldapUrl); 299 InitialLdapContext ctx = createLDAPConnection(ldapUrl, ar); 342 * @param ldapUrl the url associated with the authentication to be 346 private void unRegisterAuth(LDAPURL ldapUrl) throw argument 413 createLDAPConnection(LDAPURL ldapUrl, AuthRecord ar) argument [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | LDAPConnectionPool.java | 188 * @param ldapUrl the LDAP URL to which the connection must connect. 192 public InitialLdapContext getConnection(LDAPURL ldapUrl) argument 194 String key = makeKeyFromLDAPUrl(ldapUrl); 222 cr.ctx = createLDAPConnection(ldapUrl, authRecord); 328 * @param ldapUrl the LDAP URL of the server. 335 public void registerAuth(LDAPURL ldapUrl, String dn, String pw, argument 339 String key = makeKeyFromLDAPUrl(ldapUrl); 342 ar.ldapUrl = ldapUrl; 347 InitialLdapContext ctx = createLDAPConnection(ldapUrl, a 399 unRegisterAuth(LDAPURL ldapUrl) argument 411 getAuthDN(LDAPURL ldapUrl) argument 431 getAuthPassword(LDAPURL ldapUrl) argument 506 createLDAPConnection(LDAPURL ldapUrl, AuthRecord ar) argument 660 LDAPURL ldapUrl; field in class:AuthRecord [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | LDAPConnectionPool.java | 188 * @param ldapUrl the LDAP URL to which the connection must connect. 192 public InitialLdapContext getConnection(LDAPURL ldapUrl) argument 194 String key = makeKeyFromLDAPUrl(ldapUrl); 222 cr.ctx = createLDAPConnection(ldapUrl, authRecord); 328 * @param ldapUrl the LDAP URL of the server. 335 public void registerAuth(LDAPURL ldapUrl, String dn, String pw, argument 339 String key = makeKeyFromLDAPUrl(ldapUrl); 342 ar.ldapUrl = ldapUrl; 347 InitialLdapContext ctx = createLDAPConnection(ldapUrl, a 399 unRegisterAuth(LDAPURL ldapUrl) argument 411 getAuthDN(LDAPURL ldapUrl) argument 431 getAuthPassword(LDAPURL ldapUrl) argument 506 createLDAPConnection(LDAPURL ldapUrl, AuthRecord ar) argument 660 LDAPURL ldapUrl; field in class:AuthRecord [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | LDAPConnectionPool.java | 161 * @param ldapUrl the LDAP URL to which the connection must connect. 165 public InitialLdapContext getConnection(LDAPURL ldapUrl) argument 167 String key = makeKeyFromLDAPUrl(ldapUrl); 195 cr.ctx = createLDAPConnection(ldapUrl, authRecord); 283 * @param ldapUrl the LDAP URL of the server. 290 private void registerAuth(LDAPURL ldapUrl, String dn, String pw, argument 293 String key = makeKeyFromLDAPUrl(ldapUrl); 299 InitialLdapContext ctx = createLDAPConnection(ldapUrl, ar); 342 * @param ldapUrl the url associated with the authentication to be 346 private void unRegisterAuth(LDAPURL ldapUrl) throw argument 413 createLDAPConnection(LDAPURL ldapUrl, AuthRecord ar) argument [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | LDAPConnectionPool.java | 188 * @param ldapUrl the LDAP URL to which the connection must connect. 192 public InitialLdapContext getConnection(LDAPURL ldapUrl) argument 194 String key = makeKeyFromLDAPUrl(ldapUrl); 222 cr.ctx = createLDAPConnection(ldapUrl, authRecord); 328 * @param ldapUrl the LDAP URL of the server. 335 public void registerAuth(LDAPURL ldapUrl, String dn, String pw, argument 339 String key = makeKeyFromLDAPUrl(ldapUrl); 342 ar.ldapUrl = ldapUrl; 347 InitialLdapContext ctx = createLDAPConnection(ldapUrl, a 399 unRegisterAuth(LDAPURL ldapUrl) argument 411 getAuthDN(LDAPURL ldapUrl) argument 431 getAuthPassword(LDAPURL ldapUrl) argument 506 createLDAPConnection(LDAPURL ldapUrl, AuthRecord ar) argument 660 LDAPURL ldapUrl; field in class:AuthRecord [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/ |
H A D | LDAPConnectionPool.java | 161 * @param ldapUrl the LDAP URL to which the connection must connect. 165 public InitialLdapContext getConnection(LDAPURL ldapUrl) argument 167 String key = makeKeyFromLDAPUrl(ldapUrl); 195 cr.ctx = createLDAPConnection(ldapUrl, authRecord); 283 * @param ldapUrl the LDAP URL of the server. 290 private void registerAuth(LDAPURL ldapUrl, String dn, String pw, argument 293 String key = makeKeyFromLDAPUrl(ldapUrl); 299 InitialLdapContext ctx = createLDAPConnection(ldapUrl, ar); 342 * @param ldapUrl the url associated with the authentication to be 346 private void unRegisterAuth(LDAPURL ldapUrl) throw argument 413 createLDAPConnection(LDAPURL ldapUrl, AuthRecord ar) argument [all...] |