Searched refs:getLdapUrl (Results 1 - 25 of 59) sorted by relevance

123

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java138 public String getLdapUrl() method in class:TopologyCacheException
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java133 String ldapUrl = ConnectionUtils.getLdapUrl(ctx);
H A DConnectionUtils.java425 public static String getLdapUrl(InitialLdapContext ctx) method in class:ConnectionUtils
451 URI ldapURL = new URI(getLdapUrl(ctx));
472 URI ldapURL = new URI(getLdapUrl(ctx));
548 isSSL = getLdapUrl(ctx).toLowerCase().startsWith("ldaps");
H A DServerLoader.java312 private String getLdapUrl(Map<ServerProperty,Object> serverProperties) method in class:ServerLoader
454 String ldapUrl = getLdapUrl(serverProperties);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java138 public String getLdapUrl() method in class:TopologyCacheException
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java132 String ldapUrl = ConnectionUtils.getLdapUrl(ctx);
H A DConnectionUtils.java419 public static String getLdapUrl(InitialLdapContext ctx) method in class:ConnectionUtils
445 URI ldapURL = new URI(getLdapUrl(ctx));
466 URI ldapURL = new URI(getLdapUrl(ctx));
542 isSSL = getLdapUrl(ctx).toLowerCase().startsWith("ldaps");
H A DServerLoader.java318 private String getLdapUrl(Map<ServerProperty,Object> serverProperties) method in class:ServerLoader
460 String ldapUrl = getLdapUrl(serverProperties);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java138 public String getLdapUrl() method in class:TopologyCacheException
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java132 String ldapUrl = ConnectionUtils.getLdapUrl(ctx);
H A DConnectionUtils.java426 public static String getLdapUrl(InitialLdapContext ctx) method in class:ConnectionUtils
452 URI ldapURL = new URI(getLdapUrl(ctx));
473 URI ldapURL = new URI(getLdapUrl(ctx));
549 isSSL = getLdapUrl(ctx).toLowerCase().startsWith("ldaps");
H A DServerLoader.java318 private String getLdapUrl(Map<ServerProperty,Object> serverProperties) method in class:ServerLoader
460 String ldapUrl = getLdapUrl(serverProperties);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java138 public String getLdapUrl() method in class:TopologyCacheException
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java133 String ldapUrl = ConnectionUtils.getLdapUrl(ctx);
H A DConnectionUtils.java425 public static String getLdapUrl(InitialLdapContext ctx) method in class:ConnectionUtils
451 URI ldapURL = new URI(getLdapUrl(ctx));
472 URI ldapURL = new URI(getLdapUrl(ctx));
548 isSSL = getLdapUrl(ctx).toLowerCase().startsWith("ldaps");
H A DServerLoader.java312 private String getLdapUrl(Map<ServerProperty,Object> serverProperties) method in class:ServerLoader
454 String ldapUrl = getLdapUrl(serverProperties);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java138 public String getLdapUrl() method in class:TopologyCacheException
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java132 String ldapUrl = ConnectionUtils.getLdapUrl(ctx);
H A DConnectionUtils.java419 public static String getLdapUrl(InitialLdapContext ctx) method in class:ConnectionUtils
445 URI ldapURL = new URI(getLdapUrl(ctx));
466 URI ldapURL = new URI(getLdapUrl(ctx));
542 isSSL = getLdapUrl(ctx).toLowerCase().startsWith("ldaps");
H A DServerLoader.java318 private String getLdapUrl(Map<ServerProperty,Object> serverProperties) method in class:ServerLoader
460 String ldapUrl = getLdapUrl(serverProperties);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCacheException.java138 public String getLdapUrl() method in class:TopologyCacheException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DPreferredConnection.java116 String ldapUrl = ConnectionUtils.getLdapUrl(ctx);
H A DConnectionUtils.java394 public static String getLdapUrl(InitialLdapContext ctx) method in class:ConnectionUtils
420 URI ldapURL = new URI(getLdapUrl(ctx));
441 URI ldapURL = new URI(getLdapUrl(ctx));
517 isSSL = getLdapUrl(ctx).toLowerCase().startsWith("ldaps");
H A DServerLoader.java303 private String getLdapUrl(Map<ServerProperty,Object> serverProperties) method in class:ServerLoader
450 String ldapUrl = getLdapUrl(serverProperties);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1551 String ldapUrl = getLdapUrl(auth);
2580 String ldapUrl = getLdapUrl(auth);
2890 cnx.add(new PreferredConnection(getLdapUrl(auth), type));
2896 private String getLdapUrl(AuthenticationData auth) method in class:Installer
3605 URI uri = new URI(e.getLdapUrl());

Completed in 71 milliseconds

123