Searched refs:ldapUrl (Results 26 - 50 of 83) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliParser.java240 String ldapUrl = "ldap://" + host + ":" + port;
243 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, dn, pwd,
263 String ldapUrl = "ldap://" + host + ":" + port;
266 ctx = ConnectionUtils.createLdapContext(ldapUrl, dn, pwd,
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliParser.java240 String ldapUrl = "ldap://" + host + ":" + port;
243 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, dn, pwd,
263 String ldapUrl = "ldap://" + host + ":" + port;
266 ctx = ConnectionUtils.createLdapContext(ldapUrl, dn, pwd,
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliParser.java239 String ldapUrl = "ldap://" + host + ":" + port;
242 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, dn, pwd,
262 String ldapUrl = "ldap://" + host + ":" + port;
265 ctx = ConnectionUtils.createLdapContext(ldapUrl, dn, pwd,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliParser.java240 String ldapUrl = "ldap://" + host + ":" + port;
243 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, dn, pwd,
263 String ldapUrl = "ldap://" + host + ":" + port;
266 ctx = ConnectionUtils.createLdapContext(ldapUrl, dn, pwd,
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java584 * @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 DConnectionUtils.java578 * @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 DConnectionUtils.java585 * @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 DConnectionUtils.java584 * @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 DConnectionUtils.java578 * @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-b2.6/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1100 String ldapUrl = ConnectionUtils.getLDAPUrl(host, port, useSSL);
1104 Utils.createLdapsContext(ldapUrl, bindDn, pwd, connectTimeout, null,
1110 Utils.createStartTLSContext(ldapUrl, bindDn, pwd, connectTimeout,
1115 ctx = Utils.createLdapContext(ldapUrl, bindDn, pwd, connectTimeout, null);
1249 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1255 ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
1309 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1315 ConnectionUtils.createLdapContext(ldapUrl, bindDN, bindPassword,
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1121 String ldapUrl = ConnectionUtils.getLDAPUrl(host, port, useSSL);
1125 Utils.createLdapsContext(ldapUrl, bindDn, pwd, connectTimeout, null,
1131 Utils.createStartTLSContext(ldapUrl, bindDn, pwd, connectTimeout,
1136 ctx = Utils.createLdapContext(ldapUrl, bindDn, pwd, connectTimeout, null);
1270 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1276 ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
1330 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1336 ConnectionUtils.createLdapContext(ldapUrl, bindDN, bindPassword,
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1074 String ldapUrl = ConnectionUtils.getLDAPUrl(host, port, useSSL);
1078 Utils.createLdapsContext(ldapUrl, bindDn, pwd, connectTimeout, null,
1084 Utils.createStartTLSContext(ldapUrl, bindDn, pwd, connectTimeout,
1089 ctx = Utils.createLdapContext(ldapUrl, bindDn, pwd, connectTimeout, null);
1223 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1229 ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
1283 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1289 ConnectionUtils.createLdapContext(ldapUrl, bindDN, bindPassword,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1100 String ldapUrl = ConnectionUtils.getLDAPUrl(host, port, useSSL);
1104 Utils.createLdapsContext(ldapUrl, bindDn, pwd, connectTimeout, null,
1110 Utils.createStartTLSContext(ldapUrl, bindDn, pwd, connectTimeout,
1115 ctx = Utils.createLdapContext(ldapUrl, bindDn, pwd, connectTimeout, null);
1249 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1255 ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
1309 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1315 ConnectionUtils.createLdapContext(ldapUrl, bindDN, bindPassword,
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1121 String ldapUrl = ConnectionUtils.getLDAPUrl(host, port, useSSL);
1125 Utils.createLdapsContext(ldapUrl, bindDn, pwd, connectTimeout, null,
1131 Utils.createStartTLSContext(ldapUrl, bindDn, pwd, connectTimeout,
1136 ctx = Utils.createLdapContext(ldapUrl, bindDn, pwd, connectTimeout, null);
1270 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1276 ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
1330 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
1336 ConnectionUtils.createLdapContext(ldapUrl, bindDN, bindPassword,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java344 LDAPURL ldapUrl = ldapUrls.iterator().next();
345 if (org.forgerock.openam.utils.StringUtils.isEmpty(ldapUrl.getHost())) {
369 return new LDAPConnectionFactory(ldapUrl.getHost(), ldapUrl.getPort(), options);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DConnectionUtils.java553 * @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/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java290 String ldapUrl = tokenizer.nextToken();
301 serverDefined.add(LDAPURL.valueOf(ldapUrl));
303 siteDefined.add(LDAPURL.valueOf(ldapUrl));
305 nonMatchingServers.add(LDAPURL.valueOf(ldapUrl));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java353 LDAPURL ldapUrl = ldapUrls.iterator().next();
354 if (org.forgerock.openam.utils.StringUtils.isEmpty(ldapUrl.getHost())) {
378 return new LDAPConnectionFactory(ldapUrl.getHost(), ldapUrl.getPort(), options);
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java300 String ldapUrl = tokenizer.nextToken();
311 serverDefined.add(LDAPURL.valueOf(ldapUrl));
313 siteDefined.add(LDAPURL.valueOf(ldapUrl));
315 nonMatchingServers.add(LDAPURL.valueOf(ldapUrl));
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java241 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
246 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java240 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
245 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java241 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
246 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java241 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
246 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java240 String ldapUrl = "ldap://" + hostName + ":" + portNumber;
245 ctx = ConnectionUtils.createStartTLSContext(ldapUrl, bindDN,
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java472 String ldapUrl = "ldaps://"+hostName+":" + port;
484 ldapUrl,

Completed in 185 milliseconds

1234