Searched refs:ldapUrl (Results 1 - 25 of 83) sorted by relevance

1234

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java41 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 DServerLoader.java140 String ldapUrl = getLastLdapUrl();
141 if (ldapUrl == null)
146 ldapUrl = urls.iterator().next().getLDAPURL();
151 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
152 trustManager, ldapUrl);
153 LOG.log(Level.WARNING, "Timeout reading server: "+ldapUrl);
314 String ldapUrl = null;
319 ldapUrl = "ldap://"+getHostNameForLdapUrl(serverProperties)+":"+
322 return ldapUrl;
335 String ldapUrl
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java40 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 DServerLoader.java137 String ldapUrl = getLastLdapUrl();
138 if (ldapUrl == null)
143 ldapUrl = urls.iterator().next().getLDAPURL();
148 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
149 trustManager, ldapUrl);
150 LOG.log(Level.WARNING, "Timeout reading server: "+ldapUrl);
320 String ldapUrl = null;
325 ldapUrl = "ldap://"+getHostNameForLdapUrl(serverProperties)+":"+
328 return ldapUrl;
341 String ldapUrl
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java40 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 DServerLoader.java137 String ldapUrl = getLastLdapUrl();
138 if (ldapUrl == null)
143 ldapUrl = urls.iterator().next().getLDAPURL();
148 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
149 trustManager, ldapUrl);
150 LOG.log(Level.WARNING, "Timeout reading server: "+ldapUrl);
320 String ldapUrl = null;
325 ldapUrl = "ldap://"+getHostNameForLdapUrl(serverProperties)+":"+
328 return ldapUrl;
341 String ldapUrl
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java41 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 DServerLoader.java140 String ldapUrl = getLastLdapUrl();
141 if (ldapUrl == null)
146 ldapUrl = urls.iterator().next().getLDAPURL();
151 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
152 trustManager, ldapUrl);
153 LOG.log(Level.WARNING, "Timeout reading server: "+ldapUrl);
314 String ldapUrl = null;
319 ldapUrl = "ldap://"+getHostNameForLdapUrl(serverProperties)+":"+
322 return ldapUrl;
335 String ldapUrl
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java40 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 DServerLoader.java137 String ldapUrl = getLastLdapUrl();
138 if (ldapUrl == null)
143 ldapUrl = urls.iterator().next().getLDAPURL();
148 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
149 trustManager, ldapUrl);
150 LOG.log(Level.WARNING, "Timeout reading server: "+ldapUrl);
320 String ldapUrl = null;
325 ldapUrl = "ldap://"+getHostNameForLdapUrl(serverProperties)+":"+
328 return ldapUrl;
341 String ldapUrl
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DPreferredConnection.java51 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 DServerLoader.java139 String ldapUrl = getLastLdapUrl();
140 if (ldapUrl == null)
145 ldapUrl = urls.iterator().next().getLDAPURL();
150 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
151 trustManager, ldapUrl);
152 logger.warn(LocalizableMessage.raw("Timeout reading server: "+ldapUrl));
450 String ldapUrl = getLdapUrl(serverProperties);
470 else if (url.equalsIgnoreCase(ldapUrl) &&
493 if (ldapUrl != null)
495 ldapUrls.add(new PreferredConnection(ldapUrl,
[all...]
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java43 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 DTopologyCacheException.java43 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 DTopologyCacheException.java43 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 DTopologyCacheException.java43 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 DTopologyCacheException.java43 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 DTopologyCacheException.java43 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/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java188 * @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 DLDAPConnectionPool.java188 * @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-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java188 * @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/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java161 * @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-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java161 * @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-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java161 * @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/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,

Completed in 361 milliseconds

1234